Lines Matching refs:SectionIndexMap
188 const SectionIndexMapTy &SectionIndexMap,
198 const SectionIndexMapTy &SectionIndexMap,
212 void writeSection(const SectionIndexMapTy &SectionIndexMap,
604 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument
688 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
983 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() argument
1002 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
1029 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1040 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader() argument
1065 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
1079 SectionIndexMapTy SectionIndexMap; in writeObject() local
1124 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1126 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1141 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1162 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
1193 writeSectionHeader(Layout, SectionIndexMap, SectionOffsets); in writeObject()