Searched refs:TracePcGuard (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp57 // first call to TracePcGuard (below) will store the corresponding PC at
74 // TracePcGuard.
82 void TracePcGuard(u32 *guard, uptr pc) { function in class:__sancov::__anon2526::final
218 __sancov::pc_guard_controller.TracePcGuard(guard, GET_CALLER_PC() - 1);
H A Dsanitizer_coverage_libcdep_new.cpp128 void TracePcGuard(u32* guard, uptr pc) { function in class:__sancov::__anon2527::TracePcGuardController
176 __sancov::pc_guard_controller.TracePcGuard(guard, GET_CALLER_PC() - 1);

Completed in 57 milliseconds