Index: src/IceASanInstrumentation.h |
diff --git a/src/IceASanInstrumentation.h b/src/IceASanInstrumentation.h |
index 68d0bf3c0da623f83924a1824db87829193a1c49..c9095fa525e1870265e6e74dce8dc4cf32be7aae 100644 |
--- a/src/IceASanInstrumentation.h |
+++ b/src/IceASanInstrumentation.h |
@@ -42,6 +42,7 @@ public: |
private: |
std::string nextRzName(); |
+ bool isInstrumentable(Cfg *Func) override; |
void instrumentFuncStart(LoweringContext &Context) override; |
void instrumentCall(LoweringContext &Context, InstCall *Instr) override; |
void instrumentRet(LoweringContext &Context, InstRet *Instr) override; |