Home
last modified time | relevance | path

Searched refs:InProgressLookupState (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp25 class InProgressLookupState;
56 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState()
60 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState()
78 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
DCore.cpp465 class InProgressLookupState { class
467 InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder, in InProgressLookupState() function in llvm::orc::InProgressLookupState
473 virtual ~InProgressLookupState() {} in ~InProgressLookupState()
474 virtual void complete(std::unique_ptr<InProgressLookupState> IPLS) = 0;
490 class InProgressLookupFlagsState : public InProgressLookupState {
495 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressLookupFlagsState()
499 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete()
514 class InProgressFullLookupState : public InProgressLookupState {
521 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressFullLookupState()
526 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete()
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h39 class InProgressLookupState; variable
859 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
862 void reset(InProgressLookupState *IPLS);
864 std::unique_ptr<InProgressLookupState> IPLS;
1434 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1441 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1448 std::unique_ptr<InProgressLookupState> IPLS,