Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp844 bool shouldInstrumentGlobal(GlobalVariable *G) const;
1757 bool ModuleAddressSanitizer::shouldInstrumentGlobal(GlobalVariable *G) const { in shouldInstrumentGlobal() function in ModuleAddressSanitizer
2241 if (!AliasedGlobalExclusions.count(&G) && shouldInstrumentGlobal(&G)) in InstrumentGlobals()