Searched refs:SectionIndexMap (Results 1 – 2 of 2) sorted by relevance
585 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local588 SectionIndexMap[&Sec] = Index++; in computeSymbolTable()624 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()647 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
77 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anonb16345390111::XCOFFWriter149 int16_t &SectionIndex = SectionIndexMap[InitSections[I].SectionName]; in initSectionHeaders()784 auto It = SectionIndexMap.find(*YamlSym.SectionName); in writeSymbols()785 if (It == SectionIndexMap.end()) { in writeSymbols()