Home
last modified time | relevance | path

Searched refs:stack_frame (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp54 STACKFRAME64 stack_frame; in UnwindSlow() local
55 memset(&stack_frame, 0, sizeof(stack_frame)); in UnwindSlow()
63 stack_frame.AddrPC.Offset = ctx.Pc; in UnwindSlow()
64 stack_frame.AddrFrame.Offset = ctx.Fp; in UnwindSlow()
65 stack_frame.AddrStack.Offset = ctx.Sp; in UnwindSlow()
68 stack_frame.AddrPC.Offset = ctx.Rip; in UnwindSlow()
69 stack_frame.AddrFrame.Offset = ctx.Rbp; in UnwindSlow()
70 stack_frame.AddrStack.Offset = ctx.Rsp; in UnwindSlow()
75 stack_frame.AddrPC.Offset = ctx.Pc; in UnwindSlow()
76 stack_frame.AddrFrame.Offset = ctx.R11; in UnwindSlow()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td5023 void f (struct stack_frame *frame) {
5027 Where ``struct stack_frame`` is a suitable struct matching the stack frame pushed by the
5035 void g (struct stack_frame *frame, unsigned long code) {