LLVM 19.0.0git
Public Member Functions | Static Public Attributes | List of all members
llvm::orc::UnexpectedSymbolDefinitions Class Reference

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"

Inheritance diagram for llvm::orc::UnexpectedSymbolDefinitions:
Inheritance graph
[legend]

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< SymbolStringPoolgetSymbolStringPool ()
 
const std::string & getModuleName () const
 
const SymbolNameVectorgetSymbols () 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 void log (raw_ostream &OS) const =0
 Print an error message to an output stream.
 
virtual std::string message () const
 Return the error message as a string.
 
virtual std::error_code convertToErrorCode () const =0
 Convert this error to a std::error_code.
 
virtual const void * dynamicClassID () const =0
 
virtual bool isA (const void *const ClassID) const
 
template<typename ErrorInfoT >
bool isA () const
 

Static Public Attributes

static char ID = 0
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::ErrorInfo< UnexpectedSymbolDefinitions >
static const void * classID ()
 
- Static Public Member Functions inherited from llvm::ErrorInfoBase
static const void * classID ()
 

Detailed Description

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 522 of file Core.h.

Constructor & Destructor Documentation

◆ UnexpectedSymbolDefinitions()

llvm::orc::UnexpectedSymbolDefinitions::UnexpectedSymbolDefinitions ( std::shared_ptr< SymbolStringPool SSP,
std::string  ModuleName,
SymbolNameVector  Symbols 
)
inline

Definition at line 526 of file Core.h.

Member Function Documentation

◆ convertToErrorCode()

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

Convert this error to a std::error_code.

This is a temporary crutch to enable interaction with code still using std::error_code. It will be removed in the future.

Implements llvm::ErrorInfoBase.

Definition at line 171 of file Core.cpp.

References llvm::orc::orcError(), and llvm::orc::UnexpectedSymbolDefinitions.

◆ getModuleName()

const std::string & llvm::orc::UnexpectedSymbolDefinitions::getModuleName ( ) const
inline

Definition at line 533 of file Core.h.

◆ getSymbols()

const SymbolNameVector & llvm::orc::UnexpectedSymbolDefinitions::getSymbols ( ) const
inline

Definition at line 534 of file Core.h.

◆ getSymbolStringPool()

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

Definition at line 532 of file Core.h.

◆ log()

void llvm::orc::UnexpectedSymbolDefinitions::log ( raw_ostream OS) const
overridevirtual

Print an error message to an output stream.

Implements llvm::ErrorInfoBase.

Definition at line 175 of file Core.cpp.

References OS.

Member Data Documentation

◆ ID

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

Definition at line 524 of file Core.h.


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