Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp621 const NameToIdxMap &SymMap = IsDynamic ? DynSymN2I : SymN2I; in toSymbolIndex() local
625 if (!SymMap.lookup(S, Index) && !to_integer(S, Index)) { in toSymbolIndex()