Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/
Dcoverage-pc-buffer.cc24 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf); in main()
31 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf); in main()
36 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main()
44 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf); in main()
48 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main()
56 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf); in main()
60 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main()
/external/compiler-rt/include/sanitizer/
Dcoverage_interface.h49 uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
/external/llvm/lib/Fuzzer/
DFuzzerExtFunctions.def32 EXT_FUNC(__sanitizer_get_coverage_pc_buffer, uintptr_t, (uintptr_t**), true);
DFuzzerLoop.cpp114 EF->__sanitizer_get_coverage_pc_buffer(&CoverageBuf); in RecordMax()
411 EF->__sanitizer_get_coverage_pc_buffer(&CoverageBuf); in UpdateMaxCoverage()
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc318 INTERFACE_FUNCTION(__sanitizer_get_coverage_pc_buffer)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc1022 uptr __sanitizer_get_coverage_pc_buffer(uptr **data) { in __sanitizer_get_coverage_pc_buffer() function