Home
last modified time | relevance | path

Searched refs:DS_Error (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h38 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/
Dllvm-dis.cpp121 case DS_Error: OS << "error: "; break; in diagnosticHandler()
131 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUDiagnosticInfoUnsupported.h34 DiagnosticSeverity Severity = DS_Error);
/external/llvm/lib/IR/
DLLVMContext.cpp242 case DS_Error: in getDiagnosticMessagePrefix()
270 if (DI.getSeverity() == DS_Error) in diagnose()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp132 case DS_Error: in diagnosticHandler()
153 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp365 case llvm::DS_Error: \
383 case llvm::DS_Error: \
567 if (Severity != DS_Error) in DiagnosticHandlerImpl()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp546 case DS_Error: in DiagnosticHandler2()
589 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp170 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/
Dllvm-link.cpp131 case DS_Error: in diagnosticHandler()
/external/llvm/tools/lto/
Dlto.cpp72 if (DI.getSeverity() != DS_Error) { in diagnosticHandler()
/external/llvm/lib/Linker/
DLinkModules.cpp76 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
DIRMover.cpp436 SrcM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp61 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp59 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
/external/llvm/tools/gold/
Dgold-plugin.cpp344 case DS_Error: in diagnosticHandler()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp511 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in error()