Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5250 Value *VAArgSize = nullptr; member
5285 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; member
5668 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()