Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp889 if (MII->second.hasQueriesPending()) in replace()
930 if (I->second.hasQueriesPending()) in getRequestedSymbols()
1335 assert(!MI.hasQueriesPending() && in notifyFailed()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp711 if (MII->second.hasQueriesPending()) { in replace()
790 if (I->second.hasQueriesPending()) in getRequestedSymbols()
1228 assert(!MI.hasQueriesPending() && in failSymbols()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h943 bool hasQueriesPending() const { return !PendingQueries.empty(); } in hasQueriesPending() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1068 bool hasQueriesPending() const { return !PendingQueries.empty(); } in hasQueriesPending() function