Searched refs:OverflowAreaPtrPtr (Results 1 – 1 of 1) sorted by relevance
7265 Value *OverflowAreaPtrPtr = IRB.CreatePtrToInt(VAListTag, MS.IntptrTy); in finalizeInstrumentation() local7266 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()