Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp474 virtual void complete(std::unique_ptr<InProgressLookupState> IPLS) = 0;
499 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() argument
502 ES.OL_completeLookupFlags(std::move(IPLS), std::move(OnComplete)); in complete()
526 void complete(std::unique_ptr<InProgressLookupState> IPLS) override { in complete() argument
529 ES.OL_completeLookup(std::move(IPLS), std::move(Q), in complete()
575 LookupState::LookupState(std::unique_ptr<InProgressLookupState> IPLS) in LookupState() argument
576 : IPLS(std::move(IPLS)) {} in LookupState()
578 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset() argument
583 assert(IPLS && "Cannot call continueLookup on empty LookupState"); in continueLookup()
584 auto &ES = IPLS->SearchOrder.begin()->first->getExecutionSession(); in continueLookup()
[all …]
DOrcV2CBindings.cpp57 return LS.IPLS.release(); in extractLookupState()
60 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() argument
61 return LS.reset(IPLS); in resetLookupState()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h859 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
862 void reset(InProgressLookupState *IPLS);
864 std::unique_ptr<InProgressLookupState> IPLS; variable
1434 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1441 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1448 std::unique_ptr<InProgressLookupState> IPLS,