Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h655 llvm::DenseMap<OutputSection *, size_t> sectionIndexMap; variable
H A DSyntheticSections.cpp2158 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2167 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()