Home
last modified time | relevance | path

Searched refs:instrumentRet (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h52 void instrumentRet(LoweringContext &Context, InstRet *Instr) override;
DIceInstrumentation.h74 virtual void instrumentRet(LoweringContext &, class InstRet *) {} in instrumentRet() function
DIceInstrumentation.cpp100 instrumentRet(Context, llvm::cast<InstRet>(Instr)); in instrumentInst()
DIceASanInstrumentation.cpp460 void ASanInstrumentation::instrumentRet(LoweringContext &Context, InstRet *) { in instrumentRet() function in Ice::ASanInstrumentation