Searched refs:__sanitizer_cov (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interface_internal.h51 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(__sanitizer::u32 *guard);
H A Dsanitizer_coverage_libcdep.cc16 // __sanitizer_cov(&Guard);
20 // It's fine to call __sanitizer_cov more than once for a given block.
23 // - __sanitizer_cov(): record that we've executed the PC (GET_CALLER_PC).
947 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(u32 *guard) { function
955 __sanitizer_cov(guard);
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc306 INTERFACE_FUNCTION(__sanitizer_cov)

Completed in 225 milliseconds