Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp7265 Value *OverflowAreaPtrPtr = IRB.CreatePtrToInt(VAListTag, MS.IntptrTy); in finalizeInstrumentation() local
7266 OverflowAreaPtrPtr = in finalizeInstrumentation()
7267 IRB.CreateAdd(OverflowAreaPtrPtr, ConstantInt::get(MS.IntptrTy, 4)); in finalizeInstrumentation()
7268 OverflowAreaPtrPtr = IRB.CreateIntToPtr(OverflowAreaPtrPtr, MS.PtrTy); in finalizeInstrumentation()
7270 Value *OverflowAreaPtr = IRB.CreateLoad(MS.PtrTy, OverflowAreaPtrPtr); in finalizeInstrumentation()