Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp248 case DS_Error: in getDiagnosticMessagePrefix()
267 if (DI.getSeverity() == DS_Error) in diagnose()
282 if (DI.getSeverity() == DS_Error) in diagnose()
H A DDiagnosticInfo.cpp432 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
449 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
/src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp104 I->getDebugLoc(), DS_Error)); in checkIfSupported()
186 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
/src/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp147 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
157 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.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()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.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()
H A DAMDGPUInstructionSelector.cpp2100 F, "intrinsic not supported on subtarget", I.getDebugLoc(), DS_Error); in selectG_INTRINSIC_W_SIDE_EFFECTS()
H A DSIInstrInfo.cpp612 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.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()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp700 case DS_Error: in DiagnosticHandler()
755 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp174 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/src/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()
/src/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp131 case DS_Error: in diagnosticHandler()
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp312 case DS_Error: in handleDiagnostics()
333 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp299 case DS_Error: in handleDiagnostics()
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp373 if (DI.getSeverity() == DS_Error) in run()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp256 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic()
279 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp215 if (DI.getSeverity() == llvm::DS_Error) { in handleDiagnostics()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp681 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()