Searched refs:shouldInstrumentGlobal (Results 1 – 1 of 1) sorted by relevance
830 bool shouldInstrumentGlobal(GlobalVariable *G) const;1889 bool ModuleAddressSanitizer::shouldInstrumentGlobal(GlobalVariable *G) const { in shouldInstrumentGlobal() function in ModuleAddressSanitizer2365 if (!AliasedGlobalExclusions.count(&G) && shouldInstrumentGlobal(&G)) in InstrumentGlobals()