Searched refs:__sanitizer_maybe_open_cov_file (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Dcoverage_interface.h29 intptr_t __sanitizer_maybe_open_cov_file(const char *name);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-maybe-open-file.cc20 int fd = __sanitizer_maybe_open_cov_file("test");
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
H A Dcoverage_interface.h29 intptr_t __sanitizer_maybe_open_cov_file(const char *name);
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc326 INTERFACE_FUNCTION(__sanitizer_maybe_open_cov_file)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc909 sptr __sanitizer_maybe_open_cov_file(const char *name) { function

Completed in 248 milliseconds