Searched refs:instrumentCall (Results 1 – 4 of 4) sorted by relevance
51 void instrumentCall(LoweringContext &Context, InstCall *Instr) override;
62 virtual void instrumentCall(LoweringContext &, class InstCall *) {} in instrumentCall() function
73 instrumentCall(Context, llvm::cast<InstCall>(Instr)); in instrumentInst()
341 void ASanInstrumentation::instrumentCall(LoweringContext &Context, in instrumentCall() function in Ice::ASanInstrumentation