reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 1170     MaxAlignment = std::max(MaxAlignment, GV.getAlignment());
 1171     MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV.getValueType()));
 1172     if (GV.hasSection()) {
 1174       unsigned &Entry = SectionMap[GV.getSection()];
 1176         writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, GV.getSection(),