Home
last modified time | relevance | path

Searched refs:diagnose (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DLLVMContext.cpp190 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError()
195 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError()
228 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext
252 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DResetMachineFunctionPass.cpp72 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
DMachineOptimizationRemarkEmitter.cpp62 Ctx.diagnose(OptDiag); in emit()
DMachineModuleInfo.cpp408 Ctx.diagnose(DiagnosticInfoSrcMgr(SMD, IsInlineAsm, LocCookie)); in doInitialization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp48 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSPrologue()
55 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSPrologue()
98 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSEpilogue()
105 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSEpilogue()
404 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue()
457 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp682 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()
705 Ctx.diagnose(Diag); in getSIProgramInfo()
753 Ctx.diagnose(Diag); in getSIProgramInfo()
770 Ctx.diagnose(Diag); in getSIProgramInfo()
777 Ctx.diagnose(Diag); in getSIProgramInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFRegisterInfo.cpp52 F.getContext().diagnose(DiagStackSize); in WarnSize()
DBPFISelLowering.cpp40 DAG.getContext()->diagnose( in fail()
52 DAG.getContext()->diagnose( in fail()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp88 F->getContext().diagnose(OptDiag); in emit()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h260 void diagnose(const DiagnosticInfo &DI);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h860 Func.getContext().diagnose(DiagnosticInfoSampleProfile(
873 Func.getContext().diagnose(DiagnosticInfoSampleProfile(
904 Func.getContext().diagnose(DiagnosticInfoSampleProfile(
/freebsd-12-stable/crypto/openssh/contrib/
DREADME50 versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1311 Ctx.diagnose( in readCounters()
1339 Ctx.diagnose(DiagnosticInfoPGOProfile( in readCounters()
1566 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateValueSites()
1808 Ctx.diagnose( in annotateAllFunctions()
1817 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
1826 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions()
1956 Ctx.diagnose( in annotateAllFunctions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp195 Context.diagnose(DiagnosticInfoMIRParser( in error()
201 Context.diagnose(DiagnosticInfoMIRParser( in error()
228 Context.diagnose(DiagnosticInfoMIRParser(Kind, Diag)); in reportDiagnostic()
1036 Context.diagnose(DiagnosticInfoMIRParser( in createMIRParser()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp684 Context.diagnose(LTODiagnosticInfo(ErrMsg)); in emitError()
691 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning)); in emitWarning()
/freebsd-12-stable/contrib/gcc/
Dunwind.inc60 diagnose these and merely crashes. */
111 diagnose these and merely crashes. */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp542 MMI->getModule()->getContext().diagnose(DiagnosticInfoInlineAsm( in emitInlineAsm()
544 MMI->getModule()->getContext().diagnose( in emitInlineAsm()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DLookup.h228 if (Diagnose) diagnose(); in ~LookupResult()
694 void diagnose() { in diagnose() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
DLinkModules.cpp60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
574 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InsertPrefetch.cpp165 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg, in doInitialization()
/freebsd-12-stable/contrib/googletest/googlemock/
DCHANGES108 * Improved the Google Mock doctor to diagnose more diseases.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1768 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization()
1778 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization()
1828 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp1571 Ctx.diagnose(DiagnosticInfoSampleProfile( in applyRemapping()
1676 C.diagnose(DiagnosticInfoSampleProfile(B->getBufferIdentifier(), in create()
1721 C.diagnose(DiagnosticInfoSampleProfile(RemapFilename, Msg)); in create()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfReader.h436 Ctx.diagnose(DiagnosticInfoSampleProfile(Buffer->getBufferIdentifier(), in reportError()
/freebsd-12-stable/crypto/openssh/regress/
DREADME.regress147 Failed tests can be difficult to diagnose. Suggestions:

1234