Home
last modified time | relevance | path

Searched refs:emitStackSizeSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h416 void emitStackSizeSection(const MachineFunction &MF);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1501 void AsmPrinter::emitStackSizeSection(const MachineFunction &MF) { in emitStackSizeSection() function in AsmPrinter
2001 emitStackSizeSection(*MF); in emitFunctionBody()