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