Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h765 using LegacyAsyncLookupFunction = std::function<SymbolNameSet( variable
771 legacyLookup(LegacyAsyncLookupFunction AsyncLookup, SymbolNameSet Names,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1612 LegacyAsyncLookupFunction AsyncLookup, SymbolNameSet Names, in legacyLookup()