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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExecutionContext.h55 GetFrame () const;
H A DSBValue.h353 GetFrame();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp118 SBExecutionContext::GetFrame () const function in class:SBExecutionContext
H A DSBValue.cpp1400 SBValue::GetFrame() function in class:SBValue
1413 log->Printf ("SBValue(%p)::GetFrame () => NULL",
1416 log->Printf ("SBValue(%p)::GetFrame () => %p",
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc108 GetFrame(stack_size_log, class_id, pos));
118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0));
150 GetFrame(stack_size_log(), class_id, i));
167 GetFrame(stack_size_log(), class_id, i));
H A Dasan_fake_stack.h50 // size classes. The addresses are computed by GetFlags and GetFrame without
114 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { function in class:__asan::FakeStack
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1216 Rect GetFrame () { return Rect (Point(), GetSize()); } // Get our rectangle in our own coordinate system function in class:curses::Window
5500 Rect content_bounds = main_window_sp->GetFrame();

Completed in 138 milliseconds