Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.h58 uint64_t GetStackFrameSize() override { return 512; } in GetStackFrameSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h150 virtual uint64_t GetStackFrameSize() { return 512 * 1024; } in GetStackFrameSize() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp340 stack_frame_size = abi_sp->GetStackFrameSize(); in PrepareToExecuteJITExpression()