class DWARFDebugNames::SentinelError

Declaration

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

Description

Error returned by NameIndex::getEntry to report it has reached the end of the entry list.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h:323

Inherits from: ErrorInfo

Member Variables

public static char ID

Method Overview

Methods

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/DebugInfo/DWARF/DWARFAcceleratorTable.h:328

void log(llvm::raw_ostream& OS) const

Description

Print an error message to an output stream.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h:327

Parameters

llvm::raw_ostream& OS