Lines Matching refs:SectionIndexMap
200 const SectionIndexMapTy &SectionIndexMap,
212 const SectionIndexMapTy &SectionIndexMap,
226 void writeSection(const SectionIndexMapTy &SectionIndexMap,
612 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument
688 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
981 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() argument
1000 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
1024 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1034 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader() argument
1059 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
1073 SectionIndexMapTy SectionIndexMap; in writeObject() local
1120 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1122 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1134 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()
1147 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1168 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
1216 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()