Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h51 void instrumentCall(LoweringContext &Context, InstCall *Instr) override;
DIceInstrumentation.h62 virtual void instrumentCall(LoweringContext &, class InstCall *) {} in instrumentCall() function
DIceInstrumentation.cpp73 instrumentCall(Context, llvm::cast<InstCall>(Instr)); in instrumentInst()
DIceASanInstrumentation.cpp341 void ASanInstrumentation::instrumentCall(LoweringContext &Context, in instrumentCall() function in Ice::ASanInstrumentation