Home
last modified time | relevance | path

Searched defs:sectionIndexMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp274 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local
479 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local
H A DSyntheticSections.h666 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable