Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h210 # define GET_CURRENT_PC() \ macro
217 # define GET_CURRENT_PC() StackTrace::GetCurrentPc() macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors.h44 UNUSED const uptr pc = GET_CURRENT_PC();
H A Dtsan_interceptors_posix.cpp2240 uptr pc = GET_CURRENT_PC(); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h48 UNUSED const uptr pc = GET_CURRENT_PC();
H A Dtsan_interceptors_posix.cpp2246 uptr pc = GET_CURRENT_PC(); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp282 GET_CURRENT_PC(), in TEST()