Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h834 class LookupState {
839 LLVM_ABI LookupState();
840 LLVM_ABI LookupState(LookupState &&);
841 LLVM_ABI LookupState &operator=(LookupState &&);
842 LLVM_ABI ~LookupState();
849 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
871 virtual Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
878 std::deque<LookupState> PendingLookups;
1346 LookupTask(LookupState LS) : LS(std::move(LS)) {} in LookupTask()
1351 LookupState LS;
[all …]
H A DExecutionUtils.h254 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
334 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
365 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
H A DEPCDynamicLibrarySearchGenerator.h78 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.h
H A DExecutionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp597 Error ReexportsGenerator::tryToGenerate(LookupState &LS, LookupKind K, in tryToGenerate()
622 LookupState::LookupState(std::unique_ptr<InProgressLookupState> IPLS) in LookupState() function in llvm::orc::LookupState
625 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset()
627 LookupState::LookupState() = default;
628 LookupState::LookupState(LookupState &&) = default;
629 LookupState &LookupState::operator=(LookupState &&) = default;
630 LookupState::~LookupState() = default;
632 void LookupState::continueLookup(Error Err) { in continueLookup()
639 std::deque<LookupState> LookupsToFail; in ~DefinitionGenerator()
2305 LookupState LS; in OL_resumeLookupAfterGeneration()
[all …]
H A DEPCDynamicLibrarySearchGenerator.cpp34 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
H A DExecutionUtils.cpp242 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
417 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
513 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
H A DOrcV2CBindings.cpp31 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState()
35 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState()
272 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
655 LookupState LS; in LLVMOrcLookupStateContinueLookup()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h366 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,