Home
last modified time | relevance | path

Searched refs:SectionIndexMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp78 DenseMap<StringRef, int16_t> SectionIndexMap = { member in __anonb16345390111::XCOFFWriter
150 !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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp582 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local
585 SectionIndexMap[&Sec] = Index++; in computeSymbolTable()
621 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
644 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()