Home
last modified time | relevance | path

Searched refs:top_frame_bp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h111 uptr top_frame_bp; // Optional bp of a top frame. member
113 BufferedStackTrace() : StackTrace(trace_buffer, 0), top_frame_bp(0) {} in BufferedStackTrace()
122 top_frame_bp = (max_depth > 0) ? bp : 0;
138 top_frame_bp = 0; in Reset()
H A Dsanitizer_stacktrace.cpp66 top_frame_bp = 0; in Init()
H A Dsanitizer_stacktrace_libcdep.cpp142 top_frame_bp = (max_depth > 0) ? bp : 0; in Unwind()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.h40 stack.top_frame_bp = GET_CURRENT_FRAME(); \
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h40 stack.top_frame_bp = GET_CURRENT_FRAME(); \