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.cpp287 DenseMap<InputFile *, DenseMap<SectionBase *, size_t>> sectionIndexMap; in demoteSymbolsAndComputeIsPreemptible() local
496 DenseMap<SectionBase *, size_t> sectionIndexMap; in demoteAndCopyLocalSymbols() local
H A DSyntheticSections.h672 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable