Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp49 DiagnosticInfoUnsupported DiagStackSize(F, in WarnSize() local
53 F.getContext().diagnose(DiagStackSize); in WarnSize()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp229 DiagnosticInfoStackSize DiagStackSize(F, StackSize); in runOnMachineFunction() local
230 F.getContext().diagnose(DiagStackSize); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp821 DiagnosticInfoStackSize DiagStackSize(MF.getFunction(), in getSIProgramInfo() local
823 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()