| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 45 DS_Error, enumerator 145 DiagnosticSeverity Severity = DS_Error) 153 DiagnosticSeverity Severity = DS_Error) 163 DiagnosticSeverity Severity = DS_Error); 289 DiagnosticSeverity Severity = DS_Error) 293 DiagnosticSeverity Severity = DS_Error) 297 DiagnosticSeverity Severity = DS_Error) 327 DiagnosticSeverity Severity = DS_Error) 1017 DiagnosticSeverity Severity = DS_Error) 1033 return DS_Error; in getDiagnosticSeverity()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 130 case DS_Error: WithColor::error(OS); break; in handleDiagnostics() 140 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 216 case DS_Error: in getDiagnosticMessagePrefix() 247 if (DI.getSeverity() == DS_Error) in diagnose()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 446 case llvm::DS_Error: \ 464 case llvm::DS_Error: \ 625 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler() 645 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() 782 if (Severity != DS_Error) in DiagnosticHandlerImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 1089 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo() 1110 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo() 1158 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo() 1177 MFI->getNumUserSGPRs(), DS_Error); in getSIProgramInfo() 1184 MFI->getLDSSize(), DS_Error); in getSIProgramInfo()
|
| H A D | AMDGPUInstructionSelector.cpp | 2932 MI.getDebugLoc(), DS_Error); in selectAMDGPU_BUFFER_ATOMIC_FADD() 3021 MI.getDebugLoc(), DS_Error); in selectGlobalAtomicFadd()
|
| H A D | SIISelLowering.cpp | 7148 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN() 7373 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
|
| H A D | SIInstrInfo.cpp | 488 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 189 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 195 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 209 Kind = DS_Error; in reportDiagnostic() 1004 DS_Error, in createMIRParser()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 619 case DS_Error: in DiagnosticHandler() 674 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
| H A D | ThinLTOCodeGenerator.cpp | 169 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError() 559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 266 case DS_Error: in handleDiagnostics() 287 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 231 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() 254 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 262 case DS_Error: in handleDiagnostics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 243 if (DI.getSeverity() == DS_Error) in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
| H A D | llc.cpp | 309 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/ |
| H A D | lto.cpp | 77 if (DI.getSeverity() != DS_Error) { in handleDiagnostics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 482 case DS_Error: in diagnosticHandler()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 650 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
|