Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h225 std::function<FindSymbolInSignature> findSymbolInImpl; variable
249 assert(findSymbolInImpl && in findSymbolIn()
251 return findSymbolInImpl(H, Name, ExportedSymbolsOnly); in findSymbolIn()