Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2425 IPLS->DefGeneratorCandidates.getSymbolNames())); in OL_applyQueryPhase1()
2609 return make_error<SymbolsNotFound>(IPLS->LookupSet.getSymbolNames()); in OL_completeLookup()
2736 return make_error<SymbolsNotFound>(IPLS->LookupSet.getSymbolNames()); in OL_completeLookupFlags()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h331 SymbolNameVector getSymbolNames() const { in getSymbolNames() function