LLVM 22.0.0git
llvm::orc::InProgressFullLookupState Class Reference
Inheritance diagram for llvm::orc::InProgressFullLookupState:
[legend]

Public Member Functions

 InProgressFullLookupState (LookupKind K, JITDylibSearchOrder SearchOrder, SymbolLookupSet LookupSet, SymbolState RequiredState, std::shared_ptr< AsynchronousSymbolQuery > Q, RegisterDependenciesFunction RegisterDependencies)
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

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

◆ InProgressFullLookupState()

Member Function Documentation

◆ complete()

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

◆ fail()

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

Implements llvm::orc::InProgressLookupState.

Definition at line 581 of file Core.cpp.


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