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

Used to notify clients that a set of symbols could not be removed. More...

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

Public Member Functions
SymbolsCouldNotBeRemoved (std::shared_ptr< SymbolStringPool > SSP, SymbolNameSet 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 SymbolNameSet & getSymbols () const
Public Member Functions inherited from llvm::ErrorInfo< SymbolsCouldNotBeRemoved >
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 that a set of symbols could not be removed.

Definition at line 501 of file Core.h.

convertToErrorCode()

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

getSymbols()

getSymbolStringPool()

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

Definition at line 510 of file Core.h.

log()

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

ID

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

Definition at line 504 of file Core.h.


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