Searched refs:instrumentGlobals (Results 1 – 4 of 4) sorted by relevance
43 void instrumentGlobals(VariableDeclarationList &Globals) override;
47 virtual void instrumentGlobals(VariableDeclarationList &) {} in instrumentGlobals() function
85 void ASanInstrumentation::instrumentGlobals(VariableDeclarationList &Globals) { in instrumentGlobals() function in Ice::ASanInstrumentation480 instrumentGlobals(*getGlobals()); in instrumentStart()
520 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()