Home
last modified time | relevance | path

Searched refs:LookupState (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h246 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
284 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
DTPCDynamicLibrarySearchGenerator.h53 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
DCore.h847 class LookupState {
852 ~LookupState();
859 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
879 virtual Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
1220 friend class LookupState; variable
1620 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCDynamicLibrarySearchGenerator.cpp27 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
DOrcV2CBindings.cpp56 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState()
60 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState()
100 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
DExecutionUtils.cpp238 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
342 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
DCore.cpp550 Error ReexportsGenerator::tryToGenerate(LookupState &LS, LookupKind K, in tryToGenerate()
575 LookupState::LookupState(std::unique_ptr<InProgressLookupState> IPLS) in LookupState() function in llvm::orc::LookupState
578 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset()
580 LookupState::~LookupState() {} in ~LookupState()
582 void LookupState::continueLookup(Error Err) { in continueLookup()
2224 LookupState LS(std::move(IPLS)); in OL_applyQueryPhase1()
/external/llvm-project/llvm/include/llvm-c/
DOrc.h227 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc125 llvm::orc::LookupState&, llvm::orc::LookupKind, in tryToGenerate() argument
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp296 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &, in TEST_F()
1059 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, in TEST_F()
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp564 llvm::orc::LookupState &state, in tryToGenerate()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp740 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()