Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1156 static bool GlobalWasGeneratedByCompiler(GlobalVariable *G) { in GlobalWasGeneratedByCompiler() function
1739 if (GlobalWasGeneratedByCompiler(G)) return false; // Our own globals. in shouldInstrumentGlobal()