Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.cpp278 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local
282 demoteDefined(*d, sectionIndexMap[d->file]); in demoteSymbolsAndComputeIsPreemptible()
765 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local
773 demoteDefined(*dr, sectionIndexMap); in demoteAndCopyLocalSymbols()
H A DSyntheticSections.h657 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
H A DSyntheticSections.cpp2185 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2194 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()