LLVM: llvm::orc::JITSymbolNotFound Class Reference (original) (raw)
#include "[llvm/ExecutionEngine/Orc/Shared/OrcError.h](OrcError%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| JITSymbolNotFound (std::string SymbolName) | |
| 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 std::string & | getSymbolName () const |
| Public Member Functions inherited from llvm::ErrorInfo< JITSymbolNotFound > | |
| 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 |
Definition at line 64 of file OrcError.h.
| llvm::orc::JITSymbolNotFound::JITSymbolNotFound | ( | std::string | SymbolName | ) |
|---|
◆ convertToErrorCode()
| std::error_code llvm::orc::JITSymbolNotFound::convertToErrorCode ( ) const | overridevirtual |
|---|
◆ getSymbolName()
| const std::string & llvm::orc::JITSymbolNotFound::getSymbolName | ( | ) | const |
|---|
◆ log()
| void llvm::orc::JITSymbolNotFound::log ( raw_ostream & OS) const | overridevirtual |
|---|
◆ ID
| char llvm::orc::JITSymbolNotFound::ID = 0 | static |
|---|
The documentation for this class was generated from the following files:
- include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
- lib/ExecutionEngine/Orc/Shared/OrcError.cpp