Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp513 class InProgressLookupState { class
524 virtual ~InProgressLookupState() = default;
546 class InProgressLookupFlagsState : public InProgressLookupState {
566 class InProgressFullLookupState : public InProgressLookupState {
2431 InProgressLookupState &IPLS) { in OL_resumeLookupAfterGeneration()
2435 IPLS.GenState = InProgressLookupState::NotInGenerator; in OL_resumeLookupAfterGeneration()
2462 std::unique_ptr<InProgressLookupState> IPLS, Error Err) { in OL_applyQueryPhase1()
2477 if (IPLS->GenState == InProgressLookupState::InGenerator) in OL_applyQueryPhase1()
2597 IPLS->GenState = InProgressLookupState::InGenerator; in OL_applyQueryPhase1()
2684 std::unique_ptr<InProgressLookupState> IPLS, in OL_completeLookup()
[all …]
H A DOrcV2CBindings.cpp26 class InProgressLookupState;
30 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState()
34 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState()
60 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h46 class InProgressLookupState; variable
905 LookupState(std::unique_ptr<InProgressLookupState> IPLS);
908 void reset(InProgressLookupState *IPLS);
910 std::unique_ptr<InProgressLookupState> IPLS;
1742 void OL_resumeLookupAfterGeneration(InProgressLookupState &IPLS);
1747 void OL_applyQueryPhase1(std::unique_ptr<InProgressLookupState> IPLS,
1754 void OL_completeLookup(std::unique_ptr<InProgressLookupState> IPLS,
1761 std::unique_ptr<InProgressLookupState> IPLS,