Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerExtraCounters.cpp20 uint8_t *ExtraCountersBegin() { return &__start___libfuzzer_extra_counters; } in ExtraCountersBegin() function
24 uintptr_t *Beg = reinterpret_cast<uintptr_t*>(ExtraCountersBegin()); in ClearExtraCounters()
37 uint8_t *ExtraCountersBegin() { return nullptr; } in ExtraCountersBegin() function
DFuzzerDefs.h67 uint8_t *ExtraCountersBegin();
DFuzzerTracePC.h261 8 * ForEachNonZeroByte(ExtraCountersBegin(), ExtraCountersEnd(), in CollectFeatures()
DFuzzerTracePC.cpp107 if (size_t NumExtraCounters = ExtraCountersEnd() - ExtraCountersBegin()) in PrintModuleInfo()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerExtraCounters.cpp20 uint8_t *ExtraCountersBegin() { return &__start___libfuzzer_extra_counters; } in ExtraCountersBegin() function
24 uintptr_t *Beg = reinterpret_cast<uintptr_t*>(ExtraCountersBegin()); in ClearExtraCounters()
37 uint8_t *ExtraCountersBegin() { return nullptr; } in ExtraCountersBegin() function
DFuzzerDefs.h67 uint8_t *ExtraCountersBegin();
DFuzzerTracePC.h261 8 * ForEachNonZeroByte(ExtraCountersBegin(), ExtraCountersEnd(), in CollectFeatures()
DFuzzerTracePC.cpp107 if (size_t NumExtraCounters = ExtraCountersEnd() - ExtraCountersBegin()) in PrintModuleInfo()