Home
last modified time | relevance | path

Searched refs:GetCurrentPc (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stack.h70 stack.trace_buffer[0] = StackTrace::GetCurrentPc(); \
74 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.h120 StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
130 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME())
H A Dhwasan.cc494 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()); in __sanitizer_print_stack_trace()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h67 static uptr GetCurrentPc();
144 uptr pc = StackTrace::GetCurrentPc(); \
H A Dsanitizer_stacktrace.cc31 uptr StackTrace::GetCurrentPc() { in GetCurrentPc() function in __sanitizer::StackTrace
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.h333 StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
352 GET_STORE_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME())
361 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME())
H A Dmsan.cc672 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()); in __sanitizer_print_stack_trace()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan.h21 GetStackTrace(&stack, max_size, StackTrace::GetCurrentPc(), \
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h30 const uptr pc = StackTrace::GetCurrentPc(); \
H A Dtsan_malloc_mac.cc30 user_memalign(cur_thread(), StackTrace::GetCurrentPc(), alignment, size)
H A Dtsan_interface_java.cc64 const uptr pc = StackTrace::GetCurrentPc(); \
H A Dtsan_rtl_report.cc48 PrintCurrentStackSlow(StackTrace::GetCurrentPc()); in TsanCheckFailed()
753 PrintCurrentStackSlow(StackTrace::GetCurrentPc()); in __sanitizer_print_stack_trace()
H A Dtsan_interface_ann.cc56 const uptr pc = StackTrace::GetCurrentPc(); \
H A Dtsan_interface_atomic.cc483 uptr pc = StackTrace::GetCurrentPc(); \
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp25 #define CUR_PC() (StackTrace::GetCurrentPc())