| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_fake_stack_test.cpp | 92 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 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(); 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 D | asan_fake_stack.cpp | 108 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 D | asan_fake_stack.h | 113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() function
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | ClangDataFormat.py | 38 self.frame = srcloc.GetFrame() 135 return val.GetFrame().EvaluateExpression(getExpressionPath(val) + expr)
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBExecutionContext.h | 50 SBFrame GetFrame() const;
|
| H A D | SBValue.h | 287 lldb::SBFrame GetFrame();
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | shadow.py | 16 frame = exe_ctx.GetFrame()
|
| H A D | cmdtemplate.py | 115 frame = exe_ctx.GetFrame()
|
| H A D | sbvalue.py | 78 return self.sbvalue.GetFrame()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBExecutionContext.cpp | 113 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() function in SBExecutionContext
|
| H A D | SBValue.cpp | 1036 lldb::SBFrame SBValue::GetFrame() { in GetFrame() function in SBValue
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 398 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 …]
|