Home
last modified time | relevance | path

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

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