Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h585 llvm::DenseMap<Symbol *, size_t> SymbolIndexMap; variable
H A DSyntheticSections.cpp1945 SymbolIndexMap.reserve(Symbols.size()); in getSymbolIndex()
1951 SymbolIndexMap[E.Sym] = ++I; in getSymbolIndex()
1959 return SymbolIndexMap.lookup(Sym); in getSymbolIndex()