Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp523 virtual void complete(std::unique_ptr<InProgressLookupState> IPLS) = 0;
548 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() argument
551 ES.OL_completeLookupFlags(std::move(IPLS), std::move(OnComplete)); in complete()
575 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() argument
578 ES.OL_completeLookup(std::move(IPLS), std::move(Q), in complete()
624 LookupState::LookupState(std::unique_ptr<InProgressLookupState> IPLS) in LookupState() argument
625 : IPLS(std::move(IPLS)) {} in LookupState()
627 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset() argument
635 assert(IPLS && "Cannot call continueLookup on empty LookupState"); in continueLookup()
636 auto &ES = IPLS->SearchOrder.begin()->first->getExecutionSession(); in continueLookup()
[all …]
H A DOrcV2CBindings.cpp67 return LS.IPLS.release(); in extractLookupState()
70 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() argument
71 return LS.reset(IPLS); in resetLookupState()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h916 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
919 void reset(InProgressLookupState *IPLS);
921 std::unique_ptr<InProgressLookupState> IPLS; variable
1717 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1724 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1731 std::unique_ptr<InProgressLookupState> IPLS,