Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2327 Value *Indices2[2]; in InstrumentGlobals() local
2328 Indices2[0] = IRB.getInt32(0); in InstrumentGlobals()
2329 Indices2[1] = IRB.getInt32(0); in InstrumentGlobals()
2332 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()