Home
last modified time | relevance | path

Searched refs:GET_CURRENT_PC (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stacktrace.h210 # define GET_CURRENT_PC() \ macro
217 # define GET_CURRENT_PC() StackTrace::GetCurrentPc() macro
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.h54 UNUSED const uptr pc = GET_CURRENT_PC();
HDtsan_interceptors_posix.cpp2346 uptr pc = GET_CURRENT_PC(); in TSAN_INTERCEPTOR()