Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1312 Value *Indices2[2]; in InstrumentGlobals() local
1313 Indices2[0] = IRB.getInt32(0); in InstrumentGlobals()
1314 Indices2[1] = IRB.getInt32(0); in InstrumentGlobals()
1317 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()