Home
last modified time | relevance | path

Searched refs:GetStackRedZoneSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h835 lldb::addr_t GetStackRedZoneSize();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i939 GetStackRedZoneSize();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2396 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize() function in SBTarget
2397 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBTarget, GetStackRedZoneSize); in GetStackRedZoneSize()
2727 LLDB_REGISTER_METHOD(lldb::addr_t, SBTarget, GetStackRedZoneSize, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52697 result = (lldb::addr_t)(arg1)->GetStackRedZoneSize(); in _wrap_SBTarget_GetStackRedZoneSize()