Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExecutionContextExtensions.i7 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
H A DSBValueExtensions.i74 frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that this value is associated with, the returned value might be invalid and should be tested.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h54 SBFrame GetFrame() const;
H A DSBValue.h313 lldb::SBFrame GetFrame();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp113 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
H A DSBValue.cpp1062 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp397 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame() function in curses::Surface
1135 Rect content_bounds = surface.GetFrame(); in DrawField()
1154 Rect frame = surface.GetFrame(); in FieldDelegateDraw()
1566 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
1823 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
2076 Rect bounds = surface.GetFrame(); in FieldDelegateDraw()
2618 Rect frame = surface.GetFrame(); in DrawElements()
2639 Rect frame = pad.GetFrame(); in DrawContent()
2672 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
3736 Rect content_bounds = surface.GetFrame(); in DrawContent()
[all …]
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26535 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame(); in _wrap_SBExecutionContext_GetFrame()
78170 result = (arg1)->GetFrame(); in _wrap_SBValue_GetFrame()