LLVM 22.0.0git
llvm::orc::SymbolSearchContext Class Reference

Public Member Functions

 SymbolSearchContext (SymbolQuery &Q)
bool hasSearched (LibraryInfo *Lib) const
void markSearched (LibraryInfo *Lib)
bool allResolved () const
SymbolQueryquery ()

Detailed Description

Definition at line 183 of file LibraryResolver.cpp.

Constructor & Destructor Documentation

◆ SymbolSearchContext()

llvm::orc::SymbolSearchContext::SymbolSearchContext ( SymbolQuery & Q)
inline

Definition at line 185 of file LibraryResolver.cpp.

Member Function Documentation

◆ allResolved()

bool llvm::orc::SymbolSearchContext::allResolved ( ) const
inline

Definition at line 191 of file LibraryResolver.cpp.

◆ hasSearched()

bool llvm::orc::SymbolSearchContext::hasSearched ( LibraryInfo * Lib) const
inline

Definition at line 187 of file LibraryResolver.cpp.

References llvm::Lib.

◆ markSearched()

void llvm::orc::SymbolSearchContext::markSearched ( LibraryInfo * Lib)
inline

Definition at line 189 of file LibraryResolver.cpp.

References llvm::Lib.

◆ query()

SymbolQuery & llvm::orc::SymbolSearchContext::query ( )
inline

Definition at line 193 of file LibraryResolver.cpp.


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