class SymbolsCouldNotBeRemoved

Declaration

class SymbolsCouldNotBeRemoved : public ErrorInfo { /* full declaration omitted */ };

Description

Used to notify clients that a set of symbols could not be removed.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:450

Inherits from: ErrorInfo

Member Variables

private std::shared_ptr<SymbolStringPool> SSP
private llvm::orc::SymbolNameSet Symbols
public static char ID

Method Overview

Methods

SymbolsCouldNotBeRemoved(
    std::shared_ptr<SymbolStringPool> SSP,
    llvm::orc::SymbolNameSet Symbols)

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:454

Parameters

std::shared_ptr<SymbolStringPool> SSP
llvm::orc::SymbolNameSet Symbols

std::error_code convertToErrorCode() const

Description

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.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:456

std::shared_ptr<SymbolStringPool>
getSymbolStringPool()

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:458

const llvm::orc::SymbolNameSet& getSymbols() const

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:459

void log(llvm::raw_ostream& OS) const

Description

Print an error message to an output stream.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Core.h:457

Parameters

llvm::raw_ostream& OS