Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp790 if (MII->second.hasQueriesPending()) { in replace()
867 if (I->second.hasQueriesPending()) in getRequestedSymbols()
3548 assert(!MI.hasQueriesPending() && "Queries still pending after detach"); in IL_failSymbols()
3684 assert(!MI.hasQueriesPending() && in IL_failSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1167 bool hasQueriesPending() const { return !PendingQueries.empty(); } in hasQueriesPending() function