Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py38 self.frame = srcloc.GetFrame()
135 return val.GetFrame().EvaluateExpression(getExpressionPath(val) + expr)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExecutionContext.h50 SBFrame GetFrame() const;
H A DSBValue.h287 lldb::SBFrame GetFrame();
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dshadow.py16 frame = exe_ctx.GetFrame()
H A Dcmdtemplate.py115 frame = exe_ctx.GetFrame()
H A Dsbvalue.py78 return self.sbvalue.GetFrame()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp398 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()
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 …]