Home
last modified time | relevance | path

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

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