Searched refs:VAArgSize (Results 1 – 1 of 1) sorted by relevance
5250 Value *VAArgSize = nullptr; member5285 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()5288 VAArgSize = IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation()5290 IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), VAArgSize); in finalizeInstrumentation()5575 Value *VAArgSize = nullptr; member5668 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()5671 VAArgSize = IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation()5673 IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), VAArgSize); in finalizeInstrumentation()