Searched refs:DS_Error (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 38 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/ |
D | llvm-dis.cpp | 127 case DS_Error: OS << "error: "; break; in diagnosticHandler() 137 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 241 case DS_Error: in getDiagnosticMessagePrefix() 269 if (DI.getSeverity() == DS_Error) in diagnose()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 352 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/ |
D | AMDGPUAsmPrinter.cpp | 474 ProgInfo.NumSGPR, DS_Error); in getSIProgramInfo() 484 MFI->NumUserSGPRs, DS_Error); in getSIProgramInfo() 491 MFI->LDSSize, DS_Error); in getSIProgramInfo()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 619 case DS_Error: in DiagnosticHandler2() 662 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 175 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/ |
D | LinkModules.cpp | 63 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/ |
D | invocation.cpp | 80 if (di.getSeverity() == ::llvm::DS_Error) { in diagnostic_handler()
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 177 case DS_Error: in diagnosticHandler()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 194 case DS_Error: in diagnosticHandler() 215 if (DI.getSeverity() == DS_Error) in diagnosticHandler()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 215 if (DI.getSeverity() == DS_Error) in DiagnosticHandler()
|
/external/llvm/tools/lto/ |
D | lto.cpp | 75 if (DI.getSeverity() != DS_Error) { in diagnosticHandler()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 423 case DS_Error: in diagnosticHandler()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 559 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in error()
|