Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1299 SmallVector<GlobalVariable *, 16> GlobalsToChange; in InstrumentGlobals() local
1302 if (ShouldInstrumentGlobal(&G)) GlobalsToChange.push_back(&G); in InstrumentGlobals()
1305 size_t n = GlobalsToChange.size(); in InstrumentGlobals()
1332 GlobalVariable *G = GlobalsToChange[i]; in InstrumentGlobals()