Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h54 void instrumentStore(LoweringContext &Context, InstStore *Instr) override;
DIceInstrumentation.h75 virtual void instrumentStore(LoweringContext &, class InstStore *) {} in instrumentStore() function
DIceInstrumentation.cpp106 instrumentStore(Context, llvm::cast<InstStore>(Instr)); in instrumentInst()
DIceASanInstrumentation.cpp380 void ASanInstrumentation::instrumentStore(LoweringContext &Context, in instrumentStore() function in Ice::ASanInstrumentation