LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::InProgressLookupFlagsState Class Reference
Inheritance diagram for llvm::orc::InProgressLookupFlagsState:
Inheritance graph
[legend]

Public Member Functions

 InProgressLookupFlagsState (LookupKind K, JITDylibSearchOrder SearchOrder, SymbolLookupSet LookupSet, unique_function< void(Expected< SymbolFlagsMap >)> OnComplete)
 
void complete (std::unique_ptr< InProgressLookupState > IPLS) override
 
void fail (Error Err) override
 
- Public Member Functions inherited from llvm::orc::InProgressLookupState
 InProgressLookupState (LookupKind K, JITDylibSearchOrder SearchOrder, SymbolLookupSet LookupSet, SymbolState RequiredState)
 
virtual ~InProgressLookupState ()=default
 
virtual void complete (std::unique_ptr< InProgressLookupState > IPLS)=0
 
virtual void fail (Error Err)=0
 

Additional Inherited Members

- Public Types inherited from llvm::orc::InProgressLookupState
enum  { NotInGenerator , ResumedForGenerator , InGenerator }
 
- Public Attributes inherited from llvm::orc::InProgressLookupState
LookupKind K
 
JITDylibSearchOrder SearchOrder
 
SymbolLookupSet LookupSet
 
SymbolState RequiredState
 
size_t CurSearchOrderIndex = 0
 
bool NewJITDylib = true
 
SymbolLookupSet DefGeneratorCandidates
 
SymbolLookupSet DefGeneratorNonCandidates
 
enum llvm::orc::InProgressLookupState:: { ... }  GenState = NotInGenerator
 
std::vector< std::weak_ptr< DefinitionGenerator > > CurDefGeneratorStack
 

Detailed Description

Definition at line 563 of file Core.cpp.

Constructor & Destructor Documentation

◆ InProgressLookupFlagsState()

llvm::orc::InProgressLookupFlagsState::InProgressLookupFlagsState ( LookupKind  K,
JITDylibSearchOrder  SearchOrder,
SymbolLookupSet  LookupSet,
unique_function< void(Expected< SymbolFlagsMap >)>  OnComplete 
)
inline

Definition at line 565 of file Core.cpp.

Member Function Documentation

◆ complete()

void llvm::orc::InProgressLookupFlagsState::complete ( std::unique_ptr< InProgressLookupState IPLS)
inlineoverridevirtual

◆ fail()

void llvm::orc::InProgressLookupFlagsState::fail ( Error  Err)
inlineoverridevirtual

Implements llvm::orc::InProgressLookupState.

Definition at line 577 of file Core.cpp.


The documentation for this class was generated from the following file: