Searched refs:SectionIndexMap (Results 1 – 2 of 2) sorted by relevance
78 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anonb16345390111::XCOFFWriter150 !SectionIndexMap[InitSections[I].SectionName]) { in initSectionHeaders()152 SectionIndexMap[InitSections[I].SectionName] = I + 1; in initSectionHeaders()783 if (!SectionIndexMap.count(*YamlSym.SectionName)) { in writeSymbols()789 SectionIndexMap[*YamlSym.SectionName] != *YamlSym.SectionIndex) { in writeSymbols()795 W.write<int16_t>(SectionIndexMap[*YamlSym.SectionName]); in writeSymbols()
582 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local585 SectionIndexMap[&Sec] = Index++; in computeSymbolTable()621 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()644 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()