Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContext.i41 GetFrame () const;
48 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
H A DSBValue.i358 GetFrame();
506 …frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that th…
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp123 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
124 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFrame, SBExecutionContext, GetFrame); in GetFrame()
158 LLDB_REGISTER_METHOD_CONST(lldb::SBFrame, SBExecutionContext, GetFrame, ()); in RegisterMethods()
H A DSBValue.cpp1068 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
1069 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFrame, SBValue, GetFrame); in GetFrame()
1635 LLDB_REGISTER_METHOD(lldb::SBFrame, SBValue, GetFrame, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp107 GetFrame(stack_size_log, class_id, pos)); in Allocate()
117 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack()
149 GetFrame(stack_size_log(), class_id, i)); in GC()
166 GetFrame(stack_size_log(), class_id, i)); in ForEachFakeFrame()
H A Dasan_fake_stack.h113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h50 SBFrame GetFrame() const;
H A DSBValue.h281 lldb::SBFrame GetFrame();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp376 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame() function in curses::Surface
1136 Rect content_bounds = surface.GetFrame(); in DrawField()
1155 Rect frame = surface.GetFrame(); in FieldDelegateDraw()
1509 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
1736 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
2230 Rect frame = surface.GetFrame(); in DrawElements()
2251 Rect frame = pad.GetFrame(); in DrawContent()
2273 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
3212 Rect content_bounds = m_window_sp->GetFrame(); in TerminalSizeChanged()
6106 Rect content_bounds = main_window_sp->GetFrame(); in Activate()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22999 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame(); in _wrap_SBExecutionContext_GetFrame()
67907 result = (arg1)->GetFrame(); in _wrap_SBValue_GetFrame()