| Index: src/IceASanInstrumentation.h
|
| diff --git a/src/IceASanInstrumentation.h b/src/IceASanInstrumentation.h
|
| index fa6f0ff7c187b11c8d0eb5e92decaf9ca90c804a..765eedccd9f71a68bed33e923a94308bab4e2b46 100644
|
| --- a/src/IceASanInstrumentation.h
|
| +++ b/src/IceASanInstrumentation.h
|
| @@ -45,6 +45,7 @@ public:
|
| private:
|
| std::string nextRzName();
|
| bool isOkGlobalAccess(Operand *Op, SizeT Size);
|
| + ConstantRelocatable *instrumentReloc(ConstantRelocatable *Reloc);
|
| bool isInstrumentable(Cfg *Func) override;
|
| void instrumentFuncStart(LoweringContext &Context) override;
|
| void instrumentCall(LoweringContext &Context, InstCall *Instr) override;
|
|
|