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

References

lib/MC/ELFObjectWriter.cpp
 1128     SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd);
 1180     SectionOffsets[Group] = std::make_pair(SecStart, SecEnd);
 1197                        SectionOffsets);
 1209       SectionOffsets[RelSection] = std::make_pair(SecStart, SecEnd);
 1216       SectionOffsets[AddrsigSection] = std::make_pair(SecStart, SecEnd);
 1228     SectionOffsets[CGProfileSection] = std::make_pair(SecStart, SecEnd);
 1235     SectionOffsets[Sec] = std::make_pair(SecStart, SecEnd);
 1244   writeSectionHeader(Layout, SectionIndexMap, SectionOffsets);