Searched refs:instrumentRet (Results 1 – 4 of 4) sorted by relevance
52 void instrumentRet(LoweringContext &Context, InstRet *Instr) override;
74 virtual void instrumentRet(LoweringContext &, class InstRet *) {} in instrumentRet() function
100 instrumentRet(Context, llvm::cast<InstRet>(Instr)); in instrumentInst()
460 void ASanInstrumentation::instrumentRet(LoweringContext &Context, InstRet *) { in instrumentRet() function in Ice::ASanInstrumentation