summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/esan/working_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/esan/working_set.h')
-rw-r--r--compiler-rt/lib/esan/working_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/esan/working_set.h b/compiler-rt/lib/esan/working_set.h
index 3750a480a11..034dfe6d991 100644
--- a/compiler-rt/lib/esan/working_set.h
+++ b/compiler-rt/lib/esan/working_set.h
@@ -21,6 +21,7 @@
namespace __esan {
void initializeWorkingSet();
+void initializeShadowWorkingSet();
int finalizeWorkingSet();
void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size,
bool IsWrite);
OpenPOWER on IntegriCloud