Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp114 GetFrame(stack_size_log, class_id, pos)); in Allocate()
124 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack()
169 GetFrame(stack_size_log(), class_id, i)); in GC()
189 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/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.i88 …frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that th…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExecutionContext.h55 SBFrame GetFrame() const;
H A DSBValue.h310 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.cpp1081 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp398 Rect GetFrame() const { return Rect(Point(), GetSize()); } in GetFrame() function in lldb_private::curses::Surface
1136 Rect content_bounds = surface.GetFrame(); in DrawField()
1155 Rect frame = surface.GetFrame(); in FieldDelegateDraw()
1567 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
1824 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
2077 Rect bounds = surface.GetFrame(); in FieldDelegateDraw()
2619 Rect frame = surface.GetFrame(); in DrawElements()
2640 Rect frame = pad.GetFrame(); in DrawContent()
2673 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
3737 Rect content_bounds = surface.GetFrame(); in DrawContent()
[all …]
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26955 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame(); in _wrap_SBExecutionContext_GetFrame()
79563 result = (arg1)->GetFrame(); in _wrap_SBValue_GetFrame()