Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp2318 Value *Indices2[2]; in InstrumentGlobals() local
2319 Indices2[0] = IRB.getInt32(0); in InstrumentGlobals()
2320 Indices2[1] = IRB.getInt32(0); in InstrumentGlobals()
2323 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()