Searched refs:InProgressLookupState (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 484 class InProgressLookupState { class 486 InProgressLookupState(LookupKind K, JITDylibSearchOrder SearchOrder, in InProgressLookupState() function in llvm::orc::InProgressLookupState 492 virtual ~InProgressLookupState() {} in ~InProgressLookupState() 493 virtual void complete(std::unique_ptr<InProgressLookupState> IPLS) = 0; 509 class InProgressLookupFlagsState : public InProgressLookupState { 514 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressLookupFlagsState() 518 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() 533 class InProgressFullLookupState : public InProgressLookupState { 540 : InProgressLookupState(K, std::move(SearchOrder), std::move(LookupSet), in InProgressFullLookupState() 545 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() [all …]
|
| H A D | OrcV2CBindings.cpp | 25 class InProgressLookupState; 65 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState() 69 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() 89 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 41 class InProgressLookupState; variable 863 LookupState(std::unique_ptr<InProgressLookupState> IPLS); 866 void reset(InProgressLookupState *IPLS); 868 std::unique_ptr<InProgressLookupState> IPLS; 1461 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS, 1468 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS, 1475 std::unique_ptr<InProgressLookupState> IPLS,
|