Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1116 using AsynchronousSymbolQueryList = variable
1162 LLVM_ABI AsynchronousSymbolQueryList
1164 AsynchronousSymbolQueryList takeAllPendingQueries() { in takeAllPendingQueries()
1168 const AsynchronousSymbolQueryList &pendingQueries() const { in pendingQueries()
1172 AsynchronousSymbolQueryList PendingQueries;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1235 JITDylib::AsynchronousSymbolQueryList
1237 AsynchronousSymbolQueryList Result; in takeQueriesMeeting()
3540 JITDylib::AsynchronousSymbolQueryList ToDetach; in IL_failSymbols()