Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionIndexMap

196   /// \param SectionIndexMap - Maps a section to its index.
199 const SectionIndexMapTy &SectionIndexMap,
211 const SectionIndexMapTy &SectionIndexMap,
225 void writeSection(const SectionIndexMapTy &SectionIndexMap,
611 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
673 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
966 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap,
985 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection));
1009 sh_link = SectionIndexMap.lookup(Sec);
1019 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap,
1044 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
1058 SectionIndexMapTy SectionIndexMap;
1105 SectionIndexMap[&Section] = addToSectionTable(&Section);
1107 SectionIndexMap[RelSection] = addToSectionTable(RelSection);
1117 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection);
1130 uint32_t SecIndex = SectionIndexMap.lookup(Member);
1151 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap,
1199 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets);