Home
last modified time | relevance | path

Searched refs:sectionIndexMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp274 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local
278 demoteDefined(*d, sectionIndexMap[d->file]); in demoteSymbolsAndComputeIsPreemptible()
479 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local
487 demoteDefined(*dr, sectionIndexMap); in demoteAndCopyLocalSymbols()
H A DSyntheticSections.h666 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
H A DSyntheticSections.cpp2206 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2215 return sectionIndexMap.lookup(sym.getOutputSection()); in getSymbolIndex()