Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionIndexMap

196   /// \param SectionIndexMap - Maps a section to its index.
199 const SectionIndexMapTy &SectionIndexMap,
212 const SectionIndexMapTy &SectionIndexMap,
233 void writeSection(const SectionIndexMapTy &SectionIndexMap,
768 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap,
828 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
1134 void ELFObjectWriter::writeSection(const SectionIndexMapTy &SectionIndexMap,
1153 sh_info = SectionIndexMap.lookup(InfoSection);
1175 sh_link = SectionIndexMap.lookup(Section.getAssociatedSection());
1184 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap,
1209 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
1222 SectionIndexMapTy SectionIndexMap;
1265 SectionIndexMap[&Section] = addToSectionTable(&Section);
1267 SectionIndexMap[RelSection] = addToSectionTable(RelSection);
1282 uint32_t SecIndex = SectionIndexMap.lookup(Member);
1291 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, SectionOffsets);
1318 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets);