Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h52 DS_Error, enumerator
151 DiagnosticSeverity Severity = DS_Error)
156 DiagnosticSeverity Severity = DS_Error)
188 DiagnosticSeverity Severity = DS_Error);
197 DiagnosticSeverity Severity = DS_Error);
267 DiagnosticSeverity Severity = DS_Error)
272 DiagnosticSeverity Severity = DS_Error)
276 DiagnosticSeverity Severity = DS_Error)
307 DiagnosticSeverity Severity = DS_Error)
398 DiagnosticSeverity Severity = DS_Error)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp233 case DS_Error: in getDiagnosticMessagePrefix()
252 if (DI.getSeverity() == DS_Error) in diagnose()
267 if (DI.getSeverity() == DS_Error) in diagnose()
H A DDiagnosticInfo.cpp471 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
488 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp159 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
169 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp101 I->getDebugLoc(), DS_Error)); in checkIfSupported()
183 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp41 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp394 case llvm::DS_Error: \
412 case llvm::DS_Error: \
596 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler()
616 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler()
737 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp387 DS_Error); in validateMCResourceInfo()
404 DS_Error, DK_ResourceLimit); in validateMCResourceInfo()
432 MaxAddressableNumSGPRs, DS_Error, in validateMCResourceInfo()
980 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
1101 DS_Error, DK_ResourceLimit); in getSIProgramInfo()
1119 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo()
1128 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DAMDGPUInstructionSelector.cpp2353 I.getDebugLoc(), DS_Error)); in selectG_INTRINSIC_W_SIDE_EFFECTS()
H A DSIInstrInfo.cpp631 C.diagnose(DiagnosticInfoUnsupported(MF->getFunction(), Msg, DL, DS_Error)); in reportIllegalCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceImplicitBinding.cpp39 ImplBindingCall->getDebugLoc(), DS_Error)); in diagnoseImplicitBindingNotFound()
H A DDXILRootSignature.cpp39 DiagnosticSeverity Severity = DS_Error) { in reportError()
47 "Invalid value for " + ParamName + ": " + Twine(Value), DS_Error)); in reportValueError()
H A DDXILTranslateMetadata.cpp50 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoTranslateMD()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp687 case DS_Error: in DiagnosticHandler()
743 DiagnosticSeverity Severity = DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp167 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp213 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
219 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
233 Kind = DS_Error; in reportDiagnostic()
1258 DS_Error, in createMIRParser()
/freebsd/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/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp124 case DS_Error: in diagnosticHandler()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp287 case DS_Error: in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp403 if (DI.getSeverity() == DS_Error) in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp240 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic()
263 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp213 if (DI.getSeverity() == llvm::DS_Error) { in handleDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp696 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()