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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 1174       unsigned &Entry = SectionMap[GV.getSection()];
 1178         Entry = SectionMap.size();
 1186       unsigned &Entry = SectionMap[F.getSection()];
 1190         Entry = SectionMap.size();
 1226     if (SectionMap.empty())                                    // Section.
 1230                                Log2_32_Ceil(SectionMap.size()+1)));
 1276     Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
 1321     Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);