Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2497 SmallPtrSet<const GlobalVariable *, 16> AliasedGlobalExclusions; in instrumentGlobals() local
2501 AliasedGlobalExclusions.insert(GV); in instrumentGlobals()
2507 if (!AliasedGlobalExclusions.count(&G) && shouldInstrumentGlobal(&G)) in instrumentGlobals()