Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExecutionContext.i38 GetFrame () const;
45 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
HDSBValue.i358 GetFrame();
510 …frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that th…
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBExecutionContext.cpp124 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
125 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFrame, SBExecutionContext, GetFrame); in GetFrame()
159 LLDB_REGISTER_METHOD_CONST(lldb::SBFrame, SBExecutionContext, GetFrame, ()); in RegisterMethods()
HDSBValue.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-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_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()
HDasan_fake_stack.h113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExecutionContext.h50 SBFrame GetFrame() const;
HDSBValue.h281 lldb::SBFrame GetFrame();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp371 Rect GetFrame() { in GetFrame() function in curses::Window
3995 Rect content_bounds = main_window_sp->GetFrame(); in Activate()