Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp48 DiagnosticInfoUnsupported DiagStackSize(F, in WarnSize() local
52 F.getContext().diagnose(DiagStackSize); in WarnSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp680 DiagnosticInfoStackSize DiagStackSize(MF.getFunction(), in getSIProgramInfo() local
682 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp288 DiagnosticInfoStackSize DiagStackSize(F, StackSize, DS_Warning, Threshold); in runOnMachineFunction() local
289 F.getContext().diagnose(DiagStackSize); in runOnMachineFunction()