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.cpp75 return LS.continueLookup(Result.takeError()); in tryToGenerate()
97 return LS.continueLookup(Error::success()); in tryToGenerate()
102 LS.continueLookup(std::move(Err)); in tryToGenerate()
H A DCore.cpp632 void LookupState::continueLookup(Error Err) { in continueLookup() function in llvm::orc::LookupState
647 LS.continueLookup(make_error<StringError>( in ~DefinitionGenerator()
1603 void LookupTask::run() { LS.continueLookup(Error::success()); } in run()
H A DOrcV2CBindings.cpp657 LS.continueLookup(unwrap(Err)); in LLVMOrcLookupStateContinueLookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h846 LLVM_ABI void continueLookup(Error Err);