Searched refs:LookupState (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ExecutionUtils.h | 246 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, 284 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
|
D | TPCDynamicLibrarySearchGenerator.h | 53 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
|
D | Core.h | 847 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/ |
D | TPCDynamicLibrarySearchGenerator.cpp | 27 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
D | OrcV2CBindings.cpp | 56 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()
|
D | ExecutionUtils.cpp | 238 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate() 342 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
D | Core.cpp | 550 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/ |
D | Orc.h | 227 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 125 llvm::orc::LookupState&, llvm::orc::LookupKind, in tryToGenerate() argument
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | CoreAPIsTest.cpp | 296 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/ |
D | LLVMJIT.cpp | 564 llvm::orc::LookupState &state, in tryToGenerate()
|
/external/llvm-project/llvm/tools/llvm-jitlink/ |
D | llvm-jitlink.cpp | 740 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|