Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h842 lldb::addr_t GetStackRedZoneSize();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i945 GetStackRedZoneSize();
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py1197 thread_stack_t stacks[NUM_STACKS];''' % (stack_dicts_len, process.target.GetStackRedZoneSize())
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2239 lldb::addr_t SBTarget::GetStackRedZoneSize() { in GetStackRedZoneSize() function in SBTarget