Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h45 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 Dllvm-dis.cpp130 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 DLLVMContext.cpp216 case DS_Error: in getDiagnosticMessagePrefix()
247 if (DI.getSeverity() == DS_Error) in diagnose()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp446 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 DAMDGPUAsmPrinter.cpp1089 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 DAMDGPUInstructionSelector.cpp2932 MI.getDebugLoc(), DS_Error); in selectAMDGPU_BUFFER_ATOMIC_FADD()
3021 MI.getDebugLoc(), DS_Error); in selectGlobalAtomicFadd()
H A DSIISelLowering.cpp7148 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
7373 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
H A DSIInstrInfo.cpp488 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp189 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 DLTOCodeGenerator.cpp619 case DS_Error: in DiagnosticHandler()
674 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp169 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp60 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 Dllvm-lto.cpp266 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 DUtils.cpp231 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 Dllvm-link.cpp262 case DS_Error: in handleDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp243 if (DI.getSeverity() == DS_Error) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp309 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp77 if (DI.getSeverity() != DS_Error) { in handleDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp482 case DS_Error: in diagnosticHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp650 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()