|
reference, declaration → definition
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/IR/RemarkStreamer.h 76 struct RemarkSetupFileError : RemarkSetupErrorInfo<RemarkSetupFileError> {
81 struct RemarkSetupPatternError : RemarkSetupErrorInfo<RemarkSetupPatternError> {
86 struct RemarkSetupFormatError : RemarkSetupErrorInfo<RemarkSetupFormatError> {
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 {
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/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> {