Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h57 void instrumentStart(Cfg *Func) override;
DIceInstrumentation.h80 virtual void instrumentStart(Cfg *) {} in instrumentStart() function
DIceInstrumentation.cpp54 instrumentStart(Func); in instrumentFunc()
DIceASanInstrumentation.cpp471 void ASanInstrumentation::instrumentStart(Cfg *Func) { in instrumentStart() function in Ice::ASanInstrumentation