Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp137 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
147 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp216 case DS_Error: in getDiagnosticMessagePrefix()
247 if (DI.getSeverity() == DS_Error) in diagnose()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp446 case llvm::DS_Error: \
464 case llvm::DS_Error: \
627 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler()
647 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler()
784 if (Severity != DS_Error) in DiagnosticHandlerImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp681 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo()
702 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo()
750 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo()
769 MFI->getNumUserSGPRs(), DS_Error); in getSIProgramInfo()
776 MFI->getLDSSize(), DS_Error); in getSIProgramInfo()
H A DSIMachineFunctionInfo.cpp337 0, DS_Error); in allocateSGPRSpillToVGPR()
H A DAMDGPUInstructionSelector.cpp2973 MI.getDebugLoc(), DS_Error); in selectAMDGPU_BUFFER_ATOMIC_FADD()
3062 MI.getDebugLoc(), DS_Error); in selectGlobalAtomicFadd()
H A DSIISelLowering.cpp7198 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
7423 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
H A DSIInstrInfo.cpp492 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp196 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
202 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
216 Kind = DS_Error; in reportDiagnostic()
1037 DS_Error, in createMIRParser()
/freebsd-13.1/contrib/llvm-project/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.cpp172 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp95 case DS_Error: in diagnosticHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
574 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp299 case DS_Error: in handleDiagnostics()
320 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp275 case DS_Error: in handleDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp243 if (DI.getSeverity() == DS_Error) in run()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp310 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp651 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()