LLVM: llvm::orc::UnexpectedSymbolDefinitions Class Reference (original) (raw)
Errors of this type should be returned if a module contains definitions for symbols that are not claimed by the module's associated MaterializationResponsibility. More...
#include "[llvm/ExecutionEngine/Orc/Core.h](llvm%5F2ExecutionEngine%5F2Orc%5F2Core%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| UnexpectedSymbolDefinitions (std::shared_ptr< SymbolStringPool > SSP, std::string ModuleName, 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 std::string & | getModuleName () const |
| const SymbolNameVector & | getSymbols () const |
| Public Member Functions inherited from llvm::ErrorInfo< UnexpectedSymbolDefinitions > | |
| 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 |
Errors of this type should be returned if a module contains definitions for symbols that are not claimed by the module's associated MaterializationResponsibility.
If this error is returned it is indicative of a broken transformation / compiler / object cache.
Definition at line 546 of file Core.h.
| llvm::orc::UnexpectedSymbolDefinitions::UnexpectedSymbolDefinitions ( std::shared_ptr< SymbolStringPool > SSP, std::string ModuleName, SymbolNameVector Symbols ) | inline |
|---|
◆ convertToErrorCode()
| std::error_code llvm::orc::UnexpectedSymbolDefinitions::convertToErrorCode ( ) const | overridevirtual |
|---|
◆ getModuleName()
| const std::string & llvm::orc::UnexpectedSymbolDefinitions::getModuleName ( ) const | inline |
|---|
Definition at line 558 of file Core.h.
◆ getSymbols()
◆ getSymbolStringPool()
| std::shared_ptr< SymbolStringPool > llvm::orc::UnexpectedSymbolDefinitions::getSymbolStringPool ( ) | inline |
|---|
Definition at line 557 of file Core.h.
◆ log()
| void llvm::orc::UnexpectedSymbolDefinitions::log ( raw_ostream & OS) const | overridevirtual |
|---|
◆ ID
| char llvm::orc::UnexpectedSymbolDefinitions::ID = 0 | static |
|---|
Definition at line 549 of file Core.h.
The documentation for this class was generated from the following files: