Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h50 DS_Error, enumerator
152 DiagnosticSeverity Severity = DS_Error)
160 DiagnosticSeverity Severity = DS_Error)
170 DiagnosticSeverity Severity = DS_Error);
239 DiagnosticSeverity Severity = DS_Error)
243 DiagnosticSeverity Severity = DS_Error)
247 DiagnosticSeverity Severity = DS_Error)
277 DiagnosticSeverity Severity = DS_Error)
1022 DiagnosticSeverity Severity = DS_Error)
1057 return DS_Error; in getDiagnosticSeverity()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp248 case DS_Error: in getDiagnosticMessagePrefix()
267 if (DI.getSeverity() == DS_Error) in diagnose()
282 if (DI.getSeverity() == DS_Error) in diagnose()
HDDiagnosticInfo.cpp432 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
449 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
HDHipStdPar.cpp104 I->getDebugLoc(), DS_Error)); in checkIfSupported()
186 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp147 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
157 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDKCFI.cpp42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp432 case llvm::DS_Error: \
450 case llvm::DS_Error: \
634 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler()
654 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler()
777 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUAsmPrinter.cpp795 MaxScratchPerWorkitem, DS_Error); in getSIProgramInfo()
819 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
930 DS_Error, DK_ResourceLimit); in getSIProgramInfo()
948 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo()
957 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
HDAMDGPUInstructionSelector.cpp2100 F, "intrinsic not supported on subtarget", I.getDebugLoc(), DS_Error); in selectG_INTRINSIC_W_SIDE_EFFECTS()
HDSIInstrInfo.cpp612 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp206 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
212 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
226 Kind = DS_Error; in reportDiagnostic()
1149 DS_Error, in createMIRParser()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp700 case DS_Error: in DiagnosticHandler()
755 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
HDThinLTOCodeGenerator.cpp174 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
608 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/freebsd-14-stable/contrib/llvm-project/lld/Common/
HDErrorHandler.cpp131 case DS_Error: in diagnosticHandler()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp312 case DS_Error: in handleDiagnostics()
333 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-link/
HDllvm-link.cpp299 case DS_Error: in handleDiagnostics()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp373 if (DI.getSeverity() == DS_Error) in run()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDUtils.cpp256 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic()
279 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp215 if (DI.getSeverity() == llvm::DS_Error) { in handleDiagnostics()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp681 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()