Searched refs:InProgressLookupState (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | OrcV2CBindings.cpp | 25 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)
|
D | Core.cpp | 465 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/ |
D | Core.h | 39 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,
|