Lines Matching refs:SectionIndexMap
188 const SectionIndexMapTy &SectionIndexMap,
200 const SectionIndexMapTy &SectionIndexMap,
214 void writeSection(const SectionIndexMapTy &SectionIndexMap,
643 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument
727 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
1005 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() argument
1024 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
1051 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1062 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader() argument
1087 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
1103 SectionIndexMapTy SectionIndexMap; in writeObject() local
1148 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1150 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1165 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1186 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
1217 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()