Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp156 Q.handleFailed(std::move(Err)); in legacyFailQuery()
247 Query->handleFailed(std::move(Err)); in legacyLookup()
346 Q->handleFailed(make_error<SymbolsNotFound>(std::move(Unresolved))); in lookup()
546 void AsynchronousSymbolQuery::handleFailed(Error Err) { in handleFailed() function in llvm::orc::AsynchronousSymbolQuery
1206 Q->handleFailed(make_error<FailedToMaterialize>(FailedSymbols)); in notifyFailed()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h526 void handleFailed(Error Err);