Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A 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()
/aosp_15_r20/external/compiler-rt/include/sanitizer/
H A Dcoverage_interface.h49 uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
Dcoverage_interface.h49 uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerExtFunctions.def32 EXT_FUNC(__sanitizer_get_coverage_pc_buffer, uintptr_t, (uintptr_t**), true);
H A DFuzzerLoop.cpp114 EF->__sanitizer_get_coverage_pc_buffer(&CoverageBuf); in RecordMax()
411 EF->__sanitizer_get_coverage_pc_buffer(&CoverageBuf); in UpdateMaxCoverage()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc318 INTERFACE_FUNCTION(__sanitizer_get_coverage_pc_buffer)
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc1022 uptr __sanitizer_get_coverage_pc_buffer(uptr **data) { in __sanitizer_get_coverage_pc_buffer() function