reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  323   class SentinelError : public ErrorInfo<SentinelError> {
include/llvm/ExecutionEngine/Orc/Core.h
  123 class FailedToMaterialize : public ErrorInfo<FailedToMaterialize> {
include/llvm/ExecutionEngine/Orc/RPCUtils.h
   37 class RPCFatalError : public ErrorInfo<RPCFatalError> {
include/llvm/IR/RemarkStreamer.h
   76 struct RemarkSetupFileError : RemarkSetupErrorInfo<RemarkSetupFileError> {
   81 struct RemarkSetupPatternError : RemarkSetupErrorInfo<RemarkSetupPatternError> {
   86 struct RemarkSetupFormatError : RemarkSetupErrorInfo<RemarkSetupFormatError> {
include/llvm/Object/Error.h
   51 class BinaryError : public ErrorInfo<BinaryError, ECError> {
include/llvm/ProfileData/Coverage/CoverageMapping.h
   66 class CoverageMapError : public ErrorInfo<CoverageMapError> {
include/llvm/ProfileData/InstrProf.h
  301 class InstrProfError : public ErrorInfo<InstrProfError> {
include/llvm/Support/Error.h
   48 class ErrorInfoBase {
   82   template <typename ErrorInfoT> bool isA() const {
  359 class ErrorList final : public ErrorInfo<ErrorList> {
 1099 class ECError : public ErrorInfo<ECError> {
 1174 class StringError : public ErrorInfo<StringError> {
 1221 class FileError final : public ErrorInfo<FileError> {
include/llvm/Support/FileUtilities.h
   85   class AtomicFileWriteError : public llvm::ErrorInfo<AtomicFileWriteError> {
include/llvm/Support/SymbolRemappingReader.h
   69 class SymbolRemappingParseError : public ErrorInfo<SymbolRemappingParseError> {
lib/Support/FileCheckImpl.h
   59 class FileCheckUndefVarError : public ErrorInfo<FileCheckUndefVarError> {
  324 class FileCheckErrorDiagnostic : public ErrorInfo<FileCheckErrorDiagnostic> {
  350 class FileCheckNotFoundError : public ErrorInfo<FileCheckNotFoundError> {
tools/clang/include/clang/AST/ASTImporter.h
   50   class ImportError : public llvm::ErrorInfo<ImportError> {
tools/clang/include/clang/Basic/DiagnosticError.h
   20 class DiagnosticError : public llvm::ErrorInfo<DiagnosticError> {
tools/clang/include/clang/CrossTU/CrossTranslationUnit.h
   53 class IndexError : public llvm::ErrorInfo<IndexError> {
tools/clang/include/clang/Tooling/Core/Replacement.h
  154 class ReplacementError : public llvm::ErrorInfo<ReplacementError> {
tools/clang/lib/AST/Interp/ByteCodeGenError.h
   21 struct ByteCodeGenError : public llvm::ErrorInfo<ByteCodeGenError> {
tools/clang/tools/extra/clangd/Protocol.h
   55 class LSPError : public llvm::ErrorInfo<LSPError> {
tools/lld/include/lld/Core/Error.h
   46 class GenericError : public llvm::ErrorInfo<GenericError> {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
   80 class PacketUnimplementedError
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  676 class PythonException : public llvm::ErrorInfo<PythonException> {
tools/llvm-cfi-verify/lib/FileAnalysis.h
  235 class UnsupportedDisassembly : public ErrorInfo<UnsupportedDisassembly> {
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
   49 class DummyError : public ErrorInfo<DummyError> {
unittests/Support/ErrorTest.cpp
   26 class CustomError : public ErrorInfo<CustomError> {
   60 class CustomSubError : public ErrorInfo<CustomSubError, CustomError> {
  930 class TestDebugError : public ErrorInfo<TestDebugError, StringError> {