Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp688 LS.continueLookup(unwrap(Err)); in LLVMOrcLookupStateContinueLookup()
H A DCore.cpp633 void LookupState::continueLookup(Error Err) { in continueLookup() function in llvm::orc::LookupState
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h898 void continueLookup(Error Err);
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp1132 LS.continueLookup(Error::success()); in TEST_F()