Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h404 using LegacyAsyncLookupFunction = std::function<SymbolNameSet( variable
410 legacyLookup(ExecutionSessionBase &ES, LegacyAsyncLookupFunction AsyncLookup,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp162 ExecutionSessionBase &ES, LegacyAsyncLookupFunction AsyncLookup, in legacyLookup()