summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerDefs.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-08-22 01:28:32 +0000
committerKostya Serebryany <kcc@google.com>2017-08-22 01:28:32 +0000
commitf65cf64fa2d3f7804020b83719ad47969006ff2b (patch)
treeb84bb30f6b6ada59e5799b59451dc49a8a7564c7 /compiler-rt/lib/fuzzer/FuzzerDefs.h
parente4c532299237876eb8859ac786e326c79a12f83f (diff)
downloadbcm5719-llvm-f65cf64fa2d3f7804020b83719ad47969006ff2b.tar.gz
bcm5719-llvm-f65cf64fa2d3f7804020b83719ad47969006ff2b.zip
[libFuzzer] apply changes lost during the migration to compiler-rt
llvm-svn: 311420
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerDefs.h')
-rw-r--r--compiler-rt/lib/fuzzer/FuzzerDefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerDefs.h b/compiler-rt/lib/fuzzer/FuzzerDefs.h
index 27f5719236d..bbb44514aab 100644
--- a/compiler-rt/lib/fuzzer/FuzzerDefs.h
+++ b/compiler-rt/lib/fuzzer/FuzzerDefs.h
@@ -123,6 +123,10 @@ uint8_t *ExtraCountersBegin();
uint8_t *ExtraCountersEnd();
void ClearExtraCounters();
+uint64_t *ClangCountersBegin();
+uint64_t *ClangCountersEnd();
+void ClearClangCounters();
+
} // namespace fuzzer
#endif // LLVM_FUZZER_DEFS_H
OpenPOWER on IntegriCloud