Home
last modified time | relevance | path

Searched refs:getExcludedAliasedGlobal (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp936 const GlobalVariable *getExcludedAliasedGlobal(const GlobalAlias &GA) const;
1999 ModuleAddressSanitizer::getExcludedAliasedGlobal(const GlobalAlias &GA) const { in getExcludedAliasedGlobal() function in ModuleAddressSanitizer
2500 if (const GlobalVariable *GV = getExcludedAliasedGlobal(GA)) in instrumentGlobals()