| Index: src/IceASanInstrumentation.h
|
| diff --git a/src/IceASanInstrumentation.h b/src/IceASanInstrumentation.h
|
| index 29f279d6ffec4a7ccca478b3a2e89159dcefde19..761a33282fc23bf0c01d5600439a4a197b585663 100644
|
| --- a/src/IceASanInstrumentation.h
|
| +++ b/src/IceASanInstrumentation.h
|
| @@ -40,6 +40,10 @@ private:
|
| VariableDeclaration *RzArray,
|
| SizeT &RzArraySize,
|
| VariableDeclaration *Global);
|
| + void instrumentLoad(LoweringContext &Context, const InstLoad *Inst) override;
|
| + void instrumentStore(LoweringContext &Context,
|
| + const InstStore *Inst) override;
|
| + void instrumentAccess(LoweringContext &Context, Operand *Op, SizeT Size);
|
| void instrumentStart(Cfg *Func) override;
|
| bool DidInsertRedZones = false;
|
| uint32_t RzNum = 0;
|
|
|