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.cpp809 if (MII->second.hasQueriesPending()) { in replace()
886 if (I->second.hasQueriesPending()) in getRequestedSymbols()
3542 assert(!MI.hasQueriesPending() && "Queries still pending after detach"); in IL_failSymbols()
3678 assert(!MI.hasQueriesPending() && in IL_failSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1251 bool hasQueriesPending() const { return !PendingQueries.empty(); } in hasQueriesPending() function