reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1183 MaxAlignment = std::max(MaxAlignment, F.getAlignment()); 1184 if (F.hasSection()) { 1186 unsigned &Entry = SectionMap[F.getSection()]; 1188 writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, F.getSection(), 1193 if (F.hasGC()) { 1195 unsigned &Entry = GCMap[F.getGC()]; 1197 writeStringRecord(Stream, bitc::MODULE_CODE_GCNAME, F.getGC(),