Searched refs:SectionIndexMap (Results 1 – 3 of 3) sorted by relevance
186 const SectionIndexMapTy &SectionIndexMap,196 const SectionIndexMapTy &SectionIndexMap,210 void writeSection(const SectionIndexMapTy &SectionIndexMap,697 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()1013 sh_link = SectionIndexMap.lookup(Sec); in writeSection()1063 SectionIndexMapTy SectionIndexMap; in writeObject() local1108 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()1110 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()1125 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()1146 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()[all …]
548 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local552 SectionIndexMap[&*it] = Index; in computeSymbolTable()588 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()611 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
75 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anon7d28c6690111::XCOFFWriter127 !SectionIndexMap[InitSections[I].SectionName]) { in initSectionHeader()129 SectionIndexMap[InitSections[I].SectionName] = I + 1; in initSectionHeader()670 if (!SectionIndexMap.count(*YamlSym.SectionName)) { in writeSymbols()676 SectionIndexMap[*YamlSym.SectionName] != *YamlSym.SectionIndex) { in writeSymbols()682 W.write<int16_t>(SectionIndexMap[*YamlSym.SectionName]); in writeSymbols()