/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 102 G.getContext().diagnose( in checkIfSupported() 185 Caller->getContext().diagnose( in checkIfSupported() 298 F.getContext().diagnose(DiagnosticInfoUnsupported(F, W, in run()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 222 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError() 227 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError() 260 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext 287 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 404 MMI->getModule()->getContext().diagnose(DiagnosticInfoInlineAsm( in emitInlineAsm() 406 MMI->getModule()->getContext().diagnose( in emitInlineAsm() 412 MMI->getModule()->getContext().diagnose(DiagnosticInfoInlineAsm( in emitInlineAsm()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 224 Ctx.diagnose( in doInitialization() 250 Ctx.diagnose( in run()
|
H A D | ResetMachineFunctionPass.cpp | 79 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
|
H A D | MachineOptimizationRemarkEmitter.cpp | 68 Ctx.diagnose(OptDiag); in emit()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1363 Ctx.diagnose( in handleInstrProfError() 1407 Ctx.diagnose(DiagnosticInfoPGOProfile( in readCounters() 1518 Ctx.diagnose(DiagnosticInfoPGOProfile( in populateCoverage() 1657 Ctx.diagnose(DiagnosticInfoPGOProfile( in setBranchWeights() 1785 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateValueSites() 1876 Ctx.diagnose(DiagnosticInfoPGOProfile( in InstrumentAllFunctions() 2064 Ctx.diagnose( in annotateAllFunctions() 2073 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 2082 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions() 2087 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions() [all …]
|
H A D | KCFI.cpp | 69 Ctx.diagnose( in run()
|
H A D | MemProfiler.cpp | 828 Ctx.diagnose( in readMemprof() 1021 Ctx.diagnose( in run() 1030 Ctx.diagnose(DiagnosticInfoPGOProfile( in run() 1036 Ctx.diagnose(DiagnosticInfoPGOProfile(MemoryProfileFileName.data(), in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelDAGToDAG.cpp | 54 CurDAG->getContext()->diagnose(Diag); in selectMemRegAddr()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | OptimizationRemarkEmitter.cpp | 90 F->getContext().diagnose(OptDiag); in emit()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFRegisterInfo.cpp | 69 F.getContext().diagnose(DiagStackSize); in WarnSize()
|
H A D | BPFMIChecking.cpp | 169 F.getContext().diagnose(DiagnosticInfoUnsupported{ in processAtomicInsts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 796 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo() 820 Ctx.diagnose(Diag); in getSIProgramInfo() 931 Ctx.diagnose(Diag); in getSIProgramInfo() 949 Ctx.diagnose(Diag); in getSIProgramInfo() 958 Ctx.diagnose(Diag); in getSIProgramInfo() 1097 F.getContext().diagnose(Diag); in getSIProgramInfo()
|
/freebsd/crypto/openssh/contrib/ |
H A D | README | 50 versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MisExpect.cpp | 114 Ctx.diagnose(DiagnosticInfoMisExpect(Cond, Msg)); in emitMisexpectDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 271 void diagnose(const DiagnosticInfo &DI);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 205 Context.diagnose(DiagnosticInfoMIRParser( in error() 211 Context.diagnose(DiagnosticInfoMIRParser( in error() 238 Context.diagnose(DiagnosticInfoMIRParser(Kind, Diag)); in reportDiagnostic() 1148 Context.diagnose(DiagnosticInfoMIRParser( in createMIRParser()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 1112 Func.getContext().diagnose(DiagnosticInfoSampleProfile( 1125 Func.getContext().diagnose(DiagnosticInfoSampleProfile( 1156 Func.getContext().diagnose(DiagnosticInfoSampleProfile(
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 765 Context.diagnose(LTODiagnosticInfo(ErrMsg)); in emitError() 772 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning)); in emitWarning()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 174 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg, in doInitialization()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | print | 119 // to diagnose it". 136 // to diagnose it". 298 // undefined and implementations are encouraged to diagnose it.
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 128 M.getContext().diagnose( in initializeRecordStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError() 608 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 1962 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization() 1972 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization() 2063 Ctx.diagnose(DiagnosticInfoSampleProfile(M.getModuleIdentifier(), Msg, in doInitialization() 2122 Ctx.diagnose(DiagnosticInfoSampleProfile(M.getModuleIdentifier(), Msg)); in rejectHighStalenessProfile()
|