Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h649 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
H A DSyntheticSections.cpp2180 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2189 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()