HomeSort by relevance Sort by last modified time
    Searched refs:__sanitizer_get_coverage_pc_buffer (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/test/asan/TestCases/
coverage-pc-buffer.cc 24 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
31 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
36 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1);
44 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
48 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1);
56 uintptr_t sz = __sanitizer_get_coverage_pc_buffer(&buf);
60 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1);
  /external/compiler-rt/include/sanitizer/
coverage_interface.h 49 uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 49 uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 49 uintptr_t __sanitizer_get_coverage_pc_buffer(uintptr_t **data);
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 318 INTERFACE_FUNCTION(__sanitizer_get_coverage_pc_buffer)
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 114 EF->__sanitizer_get_coverage_pc_buffer(&CoverageBuf);
411 EF->__sanitizer_get_coverage_pc_buffer(&CoverageBuf);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 1022 uptr __sanitizer_get_coverage_pc_buffer(uptr **data) { function
    [all...]

Completed in 979 milliseconds