Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2591 Value *Indices2[2]; in instrumentGlobals() local
2592 Indices2[0] = IRB.getInt32(0); in instrumentGlobals()
2593 Indices2[1] = IRB.getInt32(0); in instrumentGlobals()
2596 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in instrumentGlobals()