Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h362 void emitStackSizeSection(const MachineFunction &MF);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1177 void AsmPrinter::emitStackSizeSection(const MachineFunction &MF) { in emitStackSizeSection() function in AsmPrinter
1521 emitStackSizeSection(*MF); in emitFunctionBody()