Home
last modified time | relevance | path

Searched refs:__sanitizer_cov_8bit_counters_init (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dsanitizer_coverage_inline8bit_counter.cpp16 void __sanitizer_cov_8bit_counters_init(const char *start, const char *end) { in __sanitizer_cov_8bit_counters_init() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_interface.inc31 INTERFACE_WEAK_FUNCTION(__sanitizer_cov_8bit_counters_init)
Dsanitizer_interface_internal.h115 void __sanitizer_cov_8bit_counters_init();
Dsanitizer_coverage_libcdep_new.cpp209 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_8bit_counters_init, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
/external/llvm-project/llvm/test/Instrumentation/SanitizerCoverage/
Dinline-8bit-counters.ll15 ; CHECK: call void @__sanitizer_cov_8bit_counters_init(i8* @__start___sancov_cntrs, i8* @__stop___s…
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.cpp452 void __sanitizer_cov_8bit_counters_init(uint8_t *Start, uint8_t *Stop) { in __sanitizer_cov_8bit_counters_init() function
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.cpp452 void __sanitizer_cov_8bit_counters_init(uint8_t *Start, uint8_t *Stop) { in __sanitizer_cov_8bit_counters_init() function
/external/llvm-project/clang/docs/
DSanitizerCoverage.rst137 void __sanitizer_cov_8bit_counters_init(char *start, char *end) {