Searched refs:SectionIndexMap (Results 1 – 3 of 3) sorted by relevance
188 const SectionIndexMapTy &SectionIndexMap,200 const SectionIndexMapTy &SectionIndexMap,214 void writeSection(const SectionIndexMapTy &SectionIndexMap,727 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()1051 sh_link = SectionIndexMap.lookup(Sec); in writeSection()1103 SectionIndexMapTy SectionIndexMap; in writeObject() local1148 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()[all …]
545 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local549 SectionIndexMap[&*it] = Index; in computeSymbolTable()585 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()608 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
75 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anon25a8e72f0111::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()