Searched refs:GetFrame (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fake_stack.cpp | 114 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 D | asan_fake_stack.h | 113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() function
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExecutionContextExtensions.i | 7 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
|
| H A D | SBValueExtensions.i | 88 …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 D | SBExecutionContext.h | 55 SBFrame GetFrame() const;
|
| H A D | SBValue.h | 310 lldb::SBFrame GetFrame();
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExecutionContext.cpp | 113 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
|
| H A D | SBValue.cpp | 1081 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 398 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 D | LLDBWrapLua.cpp | 26955 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame(); in _wrap_SBExecutionContext_GetFrame() 79563 result = (arg1)->GetFrame(); in _wrap_SBValue_GetFrame()
|