Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h642 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()