Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp889 if (MII->second.hasQueriesPending()) in replace()
930 if (I->second.hasQueriesPending()) in getRequestedSymbols()
1335 assert(!MI.hasQueriesPending() && in notifyFailed()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h943 bool hasQueriesPending() const { return !PendingQueries.empty(); } in hasQueriesPending() function