Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h38 DS_Error, enumerator
129 DiagnosticSeverity Severity = DS_Error)
138 DiagnosticSeverity Severity = DS_Error)
148 DiagnosticSeverity Severity = DS_Error);
280 DiagnosticSeverity Severity = DS_Error)
284 DiagnosticSeverity Severity = DS_Error)
288 DiagnosticSeverity Severity = DS_Error)
318 DiagnosticSeverity Severity = DS_Error)
674 DiagnosticSeverity Severity = DS_Error)
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp127 case DS_Error: OS << "error: "; break; in diagnosticHandler()
137 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
/external/llvm/lib/IR/
DLLVMContext.cpp241 case DS_Error: in getDiagnosticMessagePrefix()
269 if (DI.getSeverity() == DS_Error) in diagnose()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp352 case llvm::DS_Error: \
370 case llvm::DS_Error: \
468 assert(D.getSeverity() == llvm::DS_Error); in UnsupportedDiagHandler()
596 if (Severity != DS_Error) in DiagnosticHandlerImpl()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp474 ProgInfo.NumSGPR, DS_Error); in getSIProgramInfo()
484 MFI->NumUserSGPRs, DS_Error); in getSIProgramInfo()
491 MFI->LDSSize, DS_Error); in getSIProgramInfo()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp619 case DS_Error: in DiagnosticHandler2()
662 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp175 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
181 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
195 Kind = DS_Error; in reportDiagnostic()
/external/llvm/lib/Linker/
DLinkModules.cpp63 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
587 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp80 if (di.getSeverity() == ::llvm::DS_Error) { in diagnostic_handler()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp177 case DS_Error: in diagnosticHandler()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp194 case DS_Error: in diagnosticHandler()
215 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
/external/llvm/tools/llc/
Dllc.cpp215 if (DI.getSeverity() == DS_Error) in DiagnosticHandler()
/external/llvm/tools/lto/
Dlto.cpp75 if (DI.getSeverity() != DS_Error) { in diagnosticHandler()
/external/llvm/tools/gold/
Dgold-plugin.cpp423 case DS_Error: in diagnosticHandler()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp559 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in error()