Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDiagnosticInfo.h44 DS_Error, enumerator
141 DiagnosticSeverity Severity = DS_Error)
149 DiagnosticSeverity Severity = DS_Error)
159 DiagnosticSeverity Severity = DS_Error);
285 DiagnosticSeverity Severity = DS_Error)
289 DiagnosticSeverity Severity = DS_Error)
293 DiagnosticSeverity Severity = DS_Error)
323 DiagnosticSeverity Severity = DS_Error)
992 DiagnosticSeverity Severity = DS_Error)
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp131 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
141 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp218 case DS_Error: in getDiagnosticMessagePrefix()
253 if (DI.getSeverity() == DS_Error) in diagnose()
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DErrorHandler.cpp70 case DS_Error: in diagnosticHandler()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp822 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo()
846 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo()
886 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo()
905 MFI->getNumUserSGPRs(), DS_Error); in getSIProgramInfo()
912 MFI->getLDSSize(), DS_Error); in getSIProgramInfo()
H A DSIInstrInfo.cpp498 DL, DS_Error); in reportIllegalCopy()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp468 case llvm::DS_Error: \
486 case llvm::DS_Error: \
588 assert(D.getSeverity() == llvm::DS_Error); in UnsupportedDiagHandler()
725 if (Severity != DS_Error) in DiagnosticHandlerImpl()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp190 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
196 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
210 Kind = DS_Error; in reportDiagnostic()
920 DS_Error, in createMIRParser()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp616 case DS_Error: in DiagnosticHandler()
671 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp160 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DLinkModules.cpp61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp190 case DS_Error: in handleDiagnostics()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp259 case DS_Error: in handleDiagnostics()
280 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp196 if (DI.getSeverity() == DS_Error) in run()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp246 if (DI.getSeverity() == DS_Error) in handleDiagnostics()