Searched refs:diagnose (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOptimizationRemarkEmitter.cpp62 Ctx.diagnose(OptDiag);
H A DResetMachineFunctionPass.cpp72 F.getContext().diagnose(DiagFallback);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp177 diagnose(DiagnosticInfoInlineAsm(ErrorStr));
182 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr));
215 void LLVMContext::diagnose(const DiagnosticInfo &DI) { function in class:LLVMContext
239 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
H A DLegacyPassManager.cpp235 F->getContext().diagnose(R); // Not using ORE for layering reasons.
271 F->getContext().diagnose(FR);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h253 void diagnose(const DiagnosticInfo &DI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOptimizationRemarkEmitter.cpp84 F->getContext().diagnose(OptDiag);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp52 F.getContext().diagnose(DiagStackSize);
H A DBPFISelLowering.cpp41 DAG.getContext()->diagnose(
53 DAG.getContext()->diagnose(
/freebsd-12-stable/contrib/gcc/
H A Dunwind.inc60 diagnose these and merely crashes. */
111 diagnose these and merely crashes. */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp86 Ctx.diagnose(DiagnosticInfoMisExpect(Cond, Msg));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp165 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp940 MF.getFunction().getContext().diagnose(DiagStackSize);
963 Ctx.diagnose(Diag);
1003 Ctx.diagnose(Diag);
1020 Ctx.diagnose(Diag);
1027 Ctx.diagnose(Diag);
H A DSIMemoryLegalizer.cpp448 Func.getContext().diagnose(Diag);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1174 Ctx.diagnose(
1199 Ctx.diagnose(DiagnosticInfoPGOProfile(
1422 Ctx.diagnose(DiagnosticInfoPGOProfile(
1531 Ctx.diagnose(
1540 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
1549 Ctx.diagnose(DiagnosticInfoPGOProfile(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp711 Context.diagnose(LTODiagnosticInfo(ErrMsg));
718 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning));
H A DThinLTOCodeGenerator.cpp176 TheModule.getContext().diagnose(ThinLTODiagnosticInfo(
574 // FIXME diagnose
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message));
559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message()));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h228 if (Diagnose) diagnose();
694 void diagnose() { function in class:clang::LookupResult
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp138 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
178 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp183 Context.diagnose(DiagnosticInfoMIRParser(
189 Context.diagnose(DiagnosticInfoMIRParser(
216 Context.diagnose(DiagnosticInfoMIRParser(Kind, Diag));
956 Context.diagnose(DiagnosticInfoMIRParser(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1216 Ctx.diagnose(DiagnosticInfoSampleProfile(
1312 C.diagnose(DiagnosticInfoSampleProfile(B->getBufferIdentifier(),
1354 C.diagnose(DiagnosticInfoSampleProfile(RemapFilename, Msg));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h389 Ctx.diagnose(DiagnosticInfoSampleProfile(Buffer->getBufferIdentifier(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1637 F.getContext().diagnose(DiagnosticInfoSampleProfile(
1744 F.getContext().diagnose(DiagnosticInfoSampleProfile(
1757 F.getContext().diagnose(DiagnosticInfoSampleProfile(
1812 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp238 F.getContext().diagnose(DiagnosticInfoUnsupported{F, "AArch64 doesn't support"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc808 // We'll automatically write a Minidump file here to help diagnose

Completed in 263 milliseconds

12