Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp792 if (MII->second.hasQueriesPending()) { in replace()
869 if (I->second.hasQueriesPending()) in getRequestedSymbols()
1329 assert(!MI.hasQueriesPending() && in failSymbols()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1198 bool hasQueriesPending() const { return !PendingQueries.empty(); } in hasQueriesPending() function