Searched refs:GetFrame (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExecutionContext.i | 41 GetFrame () const; 48 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
|
| H A D | SBValue.i | 358 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 D | SBExecutionContext.cpp | 123 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 D | SBValue.cpp | 1068 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 D | asan_fake_stack.cpp | 107 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 D | asan_fake_stack.h | 113 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 D | SBExecutionContext.h | 50 SBFrame GetFrame() const;
|
| H A D | SBValue.h | 281 lldb::SBFrame GetFrame();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 376 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 D | LLDBWrapLua.cpp | 22999 result = ((lldb::SBExecutionContext const *)arg1)->GetFrame(); in _wrap_SBExecutionContext_GetFrame() 67907 result = (arg1)->GetFrame(); in _wrap_SBValue_GetFrame()
|