LLVM: llvm::orc::SymbolsNotFound Class Reference (original) (raw)

Used to notify clients when symbols can not be found during a lookup. More...

#include "[llvm/ExecutionEngine/Orc/Core.h](llvm%5F2ExecutionEngine%5F2Orc%5F2Core%5F8h%5Fsource.html)"

Public Member Functions
SymbolsNotFound (std::shared_ptr< SymbolStringPool > SSP, SymbolNameSet Symbols)
SymbolsNotFound (std::shared_ptr< SymbolStringPool > SSP, SymbolNameVector Symbols)
std::error_code convertToErrorCode () const override
Convert this error to a std::error_code.
void log (raw_ostream &OS) const override
Print an error message to an output stream.
std::shared_ptr< SymbolStringPool > getSymbolStringPool ()
const SymbolNameVector & getSymbols () const
Public Member Functions inherited from llvm::ErrorInfo< SymbolsNotFound >
const void * dynamicClassID () const override
bool isA (const void *const ClassID) const override
Public Member Functions inherited from llvm::ErrorInfoBase
virtual ~ErrorInfoBase ()=default
virtual std::string message () const
Return the error message as a string.
template
bool isA () const
Static Public Attributes
static char ID = 0

Used to notify clients when symbols can not be found during a lookup.

Definition at line 483 of file Core.h.

SymbolsNotFound() [2/2]

convertToErrorCode()

std::error_code llvm::orc::SymbolsNotFound::convertToErrorCode ( ) const overridevirtual

getSymbols()

getSymbolStringPool()

std::shared_ptr< SymbolStringPool > llvm::orc::SymbolsNotFound::getSymbolStringPool ( ) inline

Definition at line 492 of file Core.h.

log()

void llvm::orc::SymbolsNotFound::log ( raw_ostream & OS) const overridevirtual

ID

char llvm::orc::SymbolsNotFound::ID = 0 static

Definition at line 485 of file Core.h.


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