LLVM: llvm::orc::UnsatisfiedSymbolDependencies Class Reference (original) (raw)
Used to report failure due to unsatisfiable symbol dependencies. More...
#include "[llvm/ExecutionEngine/Orc/Core.h](llvm%5F2ExecutionEngine%5F2Orc%5F2Core%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| UnsatisfiedSymbolDependencies (std::shared_ptr< SymbolStringPool > SSP, JITDylibSP JD, SymbolNameSet FailedSymbols, SymbolDependenceMap BadDeps, std::string Explanation) | |
| 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. | |
| Public Member Functions inherited from llvm::ErrorInfo< UnsatisfiedSymbolDependencies > | |
| 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 report failure due to unsatisfiable symbol dependencies.
Definition at line 462 of file Core.h.
◆ convertToErrorCode()
| std::error_code llvm::orc::UnsatisfiedSymbolDependencies::convertToErrorCode ( ) const | overridevirtual |
|---|
◆ log()
| void llvm::orc::UnsatisfiedSymbolDependencies::log ( raw_ostream & OS) const | overridevirtual |
|---|
◆ ID
| char llvm::orc::UnsatisfiedSymbolDependencies::ID = 0 | static |
|---|
Definition at line 465 of file Core.h.
The documentation for this class was generated from the following files: