Searched refs:ShouldInstrumentGlobal (Results 1 – 1 of 1) sorted by relevance
567 bool ShouldInstrumentGlobal(GlobalVariable *G);1256 bool AddressSanitizerModule::ShouldInstrumentGlobal(GlobalVariable *G) { in ShouldInstrumentGlobal() function in AddressSanitizerModule1406 if (ShouldInstrumentGlobal(&G)) GlobalsToChange.push_back(&G); in InstrumentGlobals()