Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLegacy.h159 if (NewSymbolsResolved && Query.isFullyResolved()) in lookupWithLegacyFn()
DCore.h500 bool isFullyResolved() const { return NotYetResolvedCount == 0; } in isFullyResolved() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp325 QueryIsFullyResolved = Q->isFullyResolved(); in lookup()
1063 if (Q->isFullyResolved()) in resolve()
1072 assert(Q->isFullyResolved() && "Q not fully resolved"); in resolve()
1425 if (Q->isFullyResolved()) in lookupImpl()
DOrcMCJITReplacement.h205 if (NewSymbolsResolved && Query->isFullyResolved()) in lookup()
DOrcCBindingsStack.h169 if (Query->isFullyResolved()) in lookup()