Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h53 void instrumentLoad(LoweringContext &Context, InstLoad *Instr) override;
DIceInstrumentation.h72 virtual void instrumentLoad(LoweringContext &, class InstLoad *) {} in instrumentLoad() function
DIceInstrumentation.cpp94 instrumentLoad(Context, llvm::cast<InstLoad>(Instr)); in instrumentInst()
DIceASanInstrumentation.cpp364 void ASanInstrumentation::instrumentLoad(LoweringContext &Context, in instrumentLoad() function in Ice::ASanInstrumentation