Home
last modified time | relevance | path

Searched refs:continueLookup (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp59 return LS.continueLookup(Result.takeError()); in tryToGenerate()
81 return LS.continueLookup(Error::success()); in tryToGenerate()
88 LS.continueLookup(std::move(Err)); in tryToGenerate()
H A DCore.cpp652 void LookupState::continueLookup(Error Err) { in continueLookup() function in llvm::orc::LookupState
667 LS.continueLookup(make_error<StringError>( in ~DefinitionGenerator()
1602 void LookupTask::run() { LS.continueLookup(Error::success()); } in run()
H A DOrcV2CBindings.cpp656 LS.continueLookup(unwrap(Err)); in LLVMOrcLookupStateContinueLookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h933 void continueLookup(Error Err);