Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp624 : IPLS(std::move(IPLS)) {} in LookupState()
626 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset() argument
2404 while (IPLS->CurSearchOrderIndex != IPLS->SearchOrder.size()) { in OL_applyQueryPhase1()
2413 auto &KV = IPLS->SearchOrder[IPLS->CurSearchOrderIndex]; in OL_applyQueryPhase1()
2423 if (IPLS->NewJITDylib) { in OL_applyQueryPhase1()
2493 auto K = IPLS->K; in OL_applyQueryPhase1()
2502 IPLS = std::move(LS.IPLS); in OL_applyQueryPhase1()
2515 if (!IPLS) { in OL_applyQueryPhase1()
2542 IPLS->CurSearchOrderIndex = IPLS->SearchOrder.size(); in OL_applyQueryPhase1()
2564 IPLS->complete(std::move(IPLS)); in OL_applyQueryPhase1()
[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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h901 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
904 void reset(InProgressLookupState *IPLS);
906 std::unique_ptr<InProgressLookupState> IPLS; variable
1702 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1709 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1716 std::unique_ptr<InProgressLookupState> IPLS,