Searched refs:top_frame_bp (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp56 second_free_stack->top_frame_bp);
94 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp);
113 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp);
133 GET_STACK_TRACE_FATAL(dealloc_stack->trace[0], dealloc_stack->top_frame_bp);
H A Dasan_stack.h40 stack.top_frame_bp = GET_CURRENT_FRAME(); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp39 top_frame_bp = 0;
H A Dsanitizer_stacktrace.h96 uptr top_frame_bp; // Optional bp of a top frame. member in struct:__sanitizer::BufferedStackTrace
98 BufferedStackTrace() : StackTrace(trace_buffer, 0), top_frame_bp(0) {}
107 top_frame_bp = (max_depth > 0) ? bp : 0;
123 top_frame_bp = 0;
H A Dsanitizer_stacktrace_libcdep.cpp62 top_frame_bp = (max_depth > 0) ? bp : 0;

Completed in 109 milliseconds