Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp874 AsynchronousSymbolQuerySet CompletedQueries; in resolve()
971 AsynchronousSymbolQuerySet CompletedQueries; in emit()
1127 std::pair<JITDylib::AsynchronousSymbolQuerySet,
1130 AsynchronousSymbolQuerySet FailedQueries; in failSymbols()
1428 std::pair<JITDylib::AsynchronousSymbolQuerySet,
1468 AsynchronousSymbolQuerySet QueriesToFail; in removeTracker()
2007 JITDylib::AsynchronousSymbolQuerySet QueriesToFail; in removeResourceTracker()
2684 JITDylib::AsynchronousSymbolQuerySet FailedQueries; in OL_notifyFailed()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h897 using AsynchronousSymbolQuerySet =
1125 std::pair<AsynchronousSymbolQuerySet, std::shared_ptr<SymbolDependenceMap>>
1165 static std::pair<AsynchronousSymbolQuerySet,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1009 AsynchronousSymbolQuerySet CompletedQueries; in resolve()
1097 AsynchronousSymbolQuerySet CompletedQueries; in emit()
1230 AsynchronousSymbolQuerySet FailedQueries; in notifyFailed()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h796 using AsynchronousSymbolQuerySet = variable