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.cpp287 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local
291 demoteDefined(*d, sectionIndexMap[d->file]); in demoteSymbolsAndComputeIsPreemptible()
496 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local
504 demoteDefined(*dr, sectionIndexMap); in demoteAndCopyLocalSymbols()
H A DSyntheticSections.h672 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
H A DSyntheticSections.cpp2265 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2274 return sectionIndexMap.lookup(sym.getOutputSection()); in getSymbolIndex()