Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cpp92 TEST(FakeStack, GetFrame) { in TEST() argument
96 u8 *base = fs->GetFrame(stack_size_log, 0, 0); in TEST()
99 EXPECT_EQ(base + 0*stack_size + 64 * 7, fs->GetFrame(stack_size_log, 0, 7U)); in TEST()
100 EXPECT_EQ(base + 1*stack_size + 128 * 3, fs->GetFrame(stack_size_log, 1, 3U)); in TEST()
101 EXPECT_EQ(base + 2*stack_size + 256 * 5, fs->GetFrame(stack_size_log, 2, 5U)); in TEST()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExecutionContext.i41 GetFrame () const;
48 …frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFr…
H A DSBValue.i358 GetFrame();
509 …frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that th…
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp108 GetFrame(stack_size_log, class_id, pos)); in Allocate()
118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack()
149 GetFrame(stack_size_log(), class_id, i)); in GC()
165 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
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py38 self.frame = srcloc.GetFrame()
135 return val.GetFrame().EvaluateExpression(getExpressionPath(val) + expr)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExecutionContext.h50 SBFrame GetFrame() const;
H A DSBValue.h287 lldb::SBFrame GetFrame();
/llvm-project-15.0.7/lldb/examples/python/
H A Dshadow.py17 frame = exe_ctx.GetFrame()
H A Dcmdtemplate.py117 frame = exe_ctx.GetFrame()
H A Dsbvalue.py78 return self.sbvalue.GetFrame()
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A Dstop_hook.py24 frame = exe_ctx.GetFrame()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py66 obj.GetFrame()
/llvm-project-15.0.7/lldb/source/API/
H A DSBExecutionContext.cpp113 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
H A DSBValue.cpp1036 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1134 Rect content_bounds = surface.GetFrame(); in DrawField()
1153 Rect frame = surface.GetFrame(); in FieldDelegateDraw()
1565 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
1822 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw()
2075 Rect bounds = surface.GetFrame(); in FieldDelegateDraw()
2617 Rect frame = surface.GetFrame(); in DrawElements()
2638 Rect frame = pad.GetFrame(); in DrawContent()
2671 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
3735 Rect content_bounds = surface.GetFrame(); in DrawContent()
3751 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw()
[all …]