Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h50 void instrumentFuncStart(LoweringContext &Context) override;
DIceInstrumentation.h57 virtual void instrumentFuncStart(LoweringContext &) {} in instrumentFuncStart() function
DIceInstrumentation.cpp42 instrumentFuncStart(Context); in instrumentFunc()
DIceASanInstrumentation.cpp218 void ASanInstrumentation::instrumentFuncStart(LoweringContext &Context) { in instrumentFuncStart() function in Ice::ASanInstrumentation