Home
last modified time | relevance | path

Searched refs:isFullyResolved (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLegacy.h166 if (NewSymbolsResolved && Query.isFullyResolved()) in lookupWithLegacyFn()
H A DCore.h452 bool isFullyResolved() const { return NotYetResolvedCount == 0; } in isFullyResolved() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp907 if (Q->isFullyResolved()) in resolve()
916 assert(Q->isFullyResolved() && "Q not fully resolved"); in resolve()
1341 if (Q->isFullyResolved()) in lookupImpl()
1777 QueryIsFullyResolved = Q->isFullyResolved(); in lookup()
H A DOrcMCJITReplacement.h208 if (NewSymbolsResolved && Query->isFullyResolved()) in lookup()
H A DOrcCBindingsStack.h170 if (Query->isFullyResolved()) in lookup()