Searched refs:instrumentStore (Results 1 – 4 of 4) sorted by relevance
54 void instrumentStore(LoweringContext &Context, InstStore *Instr) override;
75 virtual void instrumentStore(LoweringContext &, class InstStore *) {} in instrumentStore() function
106 instrumentStore(Context, llvm::cast<InstStore>(Instr)); in instrumentInst()
380 void ASanInstrumentation::instrumentStore(LoweringContext &Context, in instrumentStore() function in Ice::ASanInstrumentation