Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.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.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp241 case DS_Error: in getDiagnosticMessagePrefix()
260 if (DI.getSeverity() == DS_Error) in diagnose()
275 if (DI.getSeverity() == DS_Error) in diagnose()
H A DDiagnosticInfo.cpp428 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
445 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp104 I->getDebugLoc(), DS_Error)); in checkIfSupported()
185 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp143 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
153 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp457 case llvm::DS_Error: \
475 case llvm::DS_Error: \
659 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler()
679 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler()
802 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp705 MaxScratchPerWorkitem, DS_Error); in getSIProgramInfo()
727 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
827 DS_Error, DK_ResourceLimit); in getSIProgramInfo()
845 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo()
854 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUInstructionSelector.cpp2153 F, "intrinsic not supported on subtarget", I.getDebugLoc(), DS_Error); in selectG_INTRINSIC_W_SIDE_EFFECTS()
H A DSIInstrInfo.cpp613 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp203 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
209 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
223 Kind = DS_Error; in reportDiagnostic()
1124 DS_Error, in createMIRParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp708 case DS_Error: in DiagnosticHandler()
763 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp173 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
608 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/freebsd-14.2/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp131 case DS_Error: in diagnosticHandler()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp303 case DS_Error: in handleDiagnostics()
324 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp287 case DS_Error: in handleDiagnostics()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp351 if (DI.getSeverity() == DS_Error) in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp254 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic()
277 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp679 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()