Home
last modified time | relevance | path

Searched refs:GetFrame (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc108 GetFrame(stack_size_log, class_id, pos)); in Allocate()
118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack()
150 GetFrame(stack_size_log(), class_id, i)); in GC()
167 GetFrame(stack_size_log(), class_id, i)); in ForEachFakeFrame()
H A Dasan_fake_stack.h114 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExecutionContext.h51 SBFrame GetFrame() const;
H A DSBValue.h292 lldb::SBFrame GetFrame();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp94 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
H A DSBValue.cpp1190 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp917 Rect GetFrame() { in GetFrame() function in curses::Window
4589 Rect content_bounds = main_window_sp->GetFrame(); in Activate()