Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h828 uint64_t getUnsafeStackSize() const { return UnsafeStackSize; } in getUnsafeStackSize() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp305 uint64_t UnsafeStackSize = MFI.getUnsafeStackSize(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1530 FrameInfo.getStackSize() + FrameInfo.getUnsafeStackSize(); in emitStackSizeSection()
1546 FrameInfo.getStackSize() + FrameInfo.getUnsafeStackSize(); in emitStackUsage()