Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1403 SmallVector<GlobalVariable *, 16> GlobalsToChange; in InstrumentGlobals() local
1406 if (ShouldInstrumentGlobal(&G)) GlobalsToChange.push_back(&G); in InstrumentGlobals()
1409 size_t n = GlobalsToChange.size(); in InstrumentGlobals()
1437 GlobalVariable *G = GlobalsToChange[i]; in InstrumentGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2050 SmallVector<GlobalVariable *, 16> GlobalsToChange; in InstrumentGlobals() local
2053 if (ShouldInstrumentGlobal(&G)) GlobalsToChange.push_back(&G); in InstrumentGlobals()
2056 size_t n = GlobalsToChange.size(); in InstrumentGlobals()
2089 GlobalVariable *G = GlobalsToChange[i]; in InstrumentGlobals()