Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp563 class InProgressLookupFlagsState : public InProgressLookupState { class
565 InProgressLookupFlagsState( in InProgressLookupFlagsState() function in llvm::orc::InProgressLookupFlagsState
1780 OL_applyQueryPhase1(std::make_unique<InProgressLookupFlagsState>( in lookupFlags()
1791 OL_applyQueryPhase1(std::make_unique<InProgressLookupFlagsState>( in lookupFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1432 friend class InProgressLookupFlagsState; variable