|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/DebugInfo/CodeView/CodeViewError.h 43 class CodeViewError : public ErrorInfo<CodeViewError, StringError> {
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h 323 class SentinelError : public ErrorInfo<SentinelError> {
include/llvm/DebugInfo/MSF/MSFError.h 43 class MSFError : public ErrorInfo<MSFError, StringError> {
include/llvm/DebugInfo/PDB/GenericError.h 43 class PDBError : public ErrorInfo<PDBError, StringError> {
include/llvm/DebugInfo/PDB/Native/RawError.h 50 class RawError : public ErrorInfo<RawError, StringError> {
include/llvm/ExecutionEngine/JITLink/JITLink.h 42 class JITLinkError : public ErrorInfo<JITLinkError> {
include/llvm/ExecutionEngine/Orc/Core.h 123 class FailedToMaterialize : public ErrorInfo<FailedToMaterialize> {
137 class SymbolsNotFound : public ErrorInfo<SymbolsNotFound> {
151 class SymbolsCouldNotBeRemoved : public ErrorInfo<SymbolsCouldNotBeRemoved> {
include/llvm/ExecutionEngine/Orc/OrcError.h 43 class DuplicateDefinition : public ErrorInfo<DuplicateDefinition> {
55 class JITSymbolNotFound : public ErrorInfo<JITSymbolNotFound> {
include/llvm/ExecutionEngine/Orc/RPCUtils.h 37 class RPCFatalError : public ErrorInfo<RPCFatalError> {
44 class ConnectionClosed : public ErrorInfo<ConnectionClosed> {
116 class ResponseAbandoned : public ErrorInfo<ResponseAbandoned> {
126 class CouldNotNegotiate : public ErrorInfo<CouldNotNegotiate> {
include/llvm/ExecutionEngine/RuntimeDyld.h 42 class RuntimeDyldError : public ErrorInfo<RuntimeDyldError> {
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> {
65 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
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/Remarks/RemarkParser.h 26 class EndOfFileError : public ErrorInfo<EndOfFileError> {
include/llvm/Support/BinaryStreamError.h 27 class BinaryStreamError : public ErrorInfo<BinaryStreamError> {
include/llvm/Support/Error.h 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/JSON.h 682 class ParseError : public llvm::ErrorInfo<ParseError> {
include/llvm/Support/SymbolRemappingReader.h 69 class SymbolRemappingParseError : public ErrorInfo<SymbolRemappingParseError> {
include/llvm/WindowsManifest/WindowsManifestMerger.h 38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
lib/Remarks/YAMLRemarkParser.h 31 class YAMLParseError : public ErrorInfo<YAMLParseError> {
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/Cancellation.h 84 class CancelledError : public llvm::ErrorInfo<CancelledError> {
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/lldb/source/Symbol/CxxModuleHandler.cpp 92 struct MissingDeclContext : public llvm::ErrorInfo<MissingDeclContext> {
tools/llvm-cfi-verify/lib/FileAnalysis.h 235 class UnsupportedDisassembly : public ErrorInfo<UnsupportedDisassembly> {
tools/llvm-dwp/DWPError.h 9 class DWPError : public ErrorInfo<DWPError> {
tools/llvm-rc/ResourceScriptParser.h 39 class ParserError : public ErrorInfo<ParserError> {
tools/obj2yaml/Error.h 31 class Obj2YamlError : public ErrorInfo<Obj2YamlError> {
unittests/ExecutionEngine/Orc/QueueChannel.h 21 class QueueChannelError : public ErrorInfo<QueueChannelError> {
26 class QueueChannelClosedError
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> {