Searched refs:InProgressLookupState (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 510 class InProgressLookupState { class 515 InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder, in InProgressLookupState() function in llvm::orc::InProgressLookupState 521 virtual ~InProgressLookupState() = default; 522 virtual void complete(std::unique_ptr<InProgressLookupState> IPLS) = 0; 543 class InProgressLookupFlagsState : public InProgressLookupState { 548 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressLookupFlagsState() 552 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 | 27 class InProgressLookupState; 31 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState() 35 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() 61 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 48 class InProgressLookupState; variable 849 LookupState(std::unique_ptr<InProgressLookupState> IPLS); 852 void reset(InProgressLookupState *IPLS); 854 std::unique_ptr<InProgressLookupState> IPLS; 1751 void OL_resumeLookupAfterGeneration(InProgressLookupState &IPLS); 1756 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS, 1763 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS, 1770 std::unique_ptr<InProgressLookupState> IPLS,
|