Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp595 : IPLS(std::move(IPLS)) {} in LookupState()
597 void LookupState::reset(InProgressLookupState *IPLS) { this->IPLS.reset(IPLS); } in reset() argument
2273 while (IPLS->CurSearchOrderIndex != IPLS->SearchOrder.size()) { in OL_applyQueryPhase1()
2282 auto &KV = IPLS->SearchOrder[IPLS->CurSearchOrderIndex]; in OL_applyQueryPhase1()
2292 if (IPLS->NewJITDylib) { in OL_applyQueryPhase1()
2359 auto K = IPLS->K; in OL_applyQueryPhase1()
2368 IPLS = std::move(LS.IPLS); in OL_applyQueryPhase1()
2381 if (!IPLS) { in OL_applyQueryPhase1()
2407 IPLS->NewJITDylib = true; in OL_applyQueryPhase1()
2421 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h877 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
880 void reset(InProgressLookupState *IPLS);
882 std::unique_ptr<InProgressLookupState> IPLS; variable
1611 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1618 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1625 std::unique_ptr<InProgressLookupState> IPLS,