Searched refs:instrumentLoad (Results 1 – 4 of 4) sorted by relevance
53 void instrumentLoad(LoweringContext &Context, InstLoad *Instr) override;
72 virtual void instrumentLoad(LoweringContext &, class InstLoad *) {} in instrumentLoad() function
94 instrumentLoad(Context, llvm::cast<InstLoad>(Instr)); in instrumentInst()
364 void ASanInstrumentation::instrumentLoad(LoweringContext &Context, in instrumentLoad() function in Ice::ASanInstrumentation