Home
last modified time | relevance | path

Searched refs:InProgressFullLookupState (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h843 friend class InProgressFullLookupState; variable
1385 friend class InProgressFullLookupState; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp566 class InProgressFullLookupState : public InProgressLookupState { class
568 InProgressFullLookupState(LookupKind K, JITDylibSearchOrder SearchOrder, in InProgressFullLookupState() function in llvm::orc::InProgressFullLookupState
2143 auto IPLS = std::make_unique<InProgressFullLookupState>( in lookup()