Searched refs:InProgressLookupState (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 511 class InProgressLookupState { class 516 InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder, in InProgressLookupState() function in llvm::orc::InProgressLookupState 522 virtual ~InProgressLookupState() = default; 523 virtual void complete(std::unique_ptr<InProgressLookupState> IPLS) = 0; 539 class InProgressLookupFlagsState : public InProgressLookupState { 544 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressLookupFlagsState() 548 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() 563 class InProgressFullLookupState : public InProgressLookupState { 570 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressFullLookupState() 575 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() [all …]
|
| H A D | OrcV2CBindings.cpp | 26 class InProgressLookupState; 66 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState() 70 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() 90 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 43 class InProgressLookupState; variable 916 LookupState(std::unique_ptr<InProgressLookupState> IPLS); 919 void reset(InProgressLookupState *IPLS); 921 std::unique_ptr<InProgressLookupState> IPLS; 1717 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS, 1724 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS, 1731 std::unique_ptr<InProgressLookupState> IPLS,
|