Searched refs:DS_Error (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 38 DS_Error, enumerator 126 DiagnosticSeverity Severity = DS_Error) 135 DiagnosticSeverity Severity = DS_Error) 145 DiagnosticSeverity Severity = DS_Error); 219 DiagnosticSeverity Severity = DS_Error) 223 DiagnosticSeverity Severity = DS_Error) 227 DiagnosticSeverity Severity = DS_Error) 257 DiagnosticSeverity Severity = DS_Error)
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 121 case DS_Error: OS << "error: "; break; in diagnosticHandler() 131 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUDiagnosticInfoUnsupported.h | 34 DiagnosticSeverity Severity = DS_Error);
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 242 case DS_Error: in getDiagnosticMessagePrefix() 270 if (DI.getSeverity() == DS_Error) in diagnose()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 132 case DS_Error: in diagnosticHandler() 153 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 365 case llvm::DS_Error: \ 383 case llvm::DS_Error: \ 567 if (Severity != DS_Error) in DiagnosticHandlerImpl()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 546 case DS_Error: in DiagnosticHandler2() 589 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 170 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 176 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 190 Kind = DS_Error; in reportDiagnostic()
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 131 case DS_Error: in diagnosticHandler()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 72 if (DI.getSeverity() != DS_Error) { in diagnosticHandler()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 76 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
|
D | IRMover.cpp | 436 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 61 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 59 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 344 case DS_Error: in diagnosticHandler()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 511 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in error()
|