LLVM: llvm::orc::FailedToMaterialize Class Reference (original) (raw)
Used to notify a JITDylib that the given set of symbols failed to materialize. More...
#include "[llvm/ExecutionEngine/Orc/Core.h](llvm%5F2ExecutionEngine%5F2Orc%5F2Core%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| FailedToMaterialize (std::shared_ptr< SymbolStringPool > SSP, std::shared_ptr< SymbolDependenceMap > Symbols) | |
| ~FailedToMaterialize () override | |
| 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. | |
| const SymbolDependenceMap & | getSymbols () const |
| Public Member Functions inherited from llvm::ErrorInfo< FailedToMaterialize > | |
| 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 a JITDylib that the given set of symbols failed to materialize.
Definition at line 445 of file Core.h.
◆ ~FailedToMaterialize()
| llvm::orc::FailedToMaterialize::~FailedToMaterialize ( ) | override |
|---|
◆ convertToErrorCode()
| std::error_code llvm::orc::FailedToMaterialize::convertToErrorCode ( ) const | overridevirtual |
|---|
◆ getSymbols()
◆ log()
| void llvm::orc::FailedToMaterialize::log ( raw_ostream & OS) const | overridevirtual |
|---|
◆ ID
| char llvm::orc::FailedToMaterialize::ID = 0 | static |
|---|
Definition at line 447 of file Core.h.
The documentation for this class was generated from the following files: