Home
last modified time | relevance | path

Searched refs:DiagStackSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp54 DiagnosticInfoUnsupported DiagStackSize( in WarnSize() local
61 F.getContext().diagnose(DiagStackSize); in WarnSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp311 DiagnosticInfoStackSize DiagStackSize(F, StackSize, Threshold, DS_Warning); in runOnMachineFunction() local
312 F.getContext().diagnose(DiagStackSize); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp703 DiagnosticInfoStackSize DiagStackSize(MF.getFunction(), in getSIProgramInfo() local
706 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()