Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h43 void instrumentGlobals(VariableDeclarationList &Globals) override;
DIceInstrumentation.h47 virtual void instrumentGlobals(VariableDeclarationList &) {} in instrumentGlobals() function
DIceASanInstrumentation.cpp85 void ASanInstrumentation::instrumentGlobals(VariableDeclarationList &Globals) { in instrumentGlobals() function in Ice::ASanInstrumentation
480 instrumentGlobals(*getGlobals()); in instrumentStart()
DIceGlobalContext.cpp520 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()