Searched refs:getExcludedAliasedGlobal (Results 1 – 1 of 1) sorted by relevance
936 const GlobalVariable *getExcludedAliasedGlobal(const GlobalAlias &GA) const;1999 ModuleAddressSanitizer::getExcludedAliasedGlobal(const GlobalAlias &GA) const { in getExcludedAliasedGlobal() function in ModuleAddressSanitizer2500 if (const GlobalVariable *GV = getExcludedAliasedGlobal(GA)) in instrumentGlobals()