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.cpp6968 Value *VAArgSize = nullptr; member
7061 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()
7064 VAArgSize = IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation()
7065 Value *CopySize = VAArgSize; in finalizeInstrumentation()
7109 Value *VAArgSize = nullptr; member
7197 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()
7200 VAArgSize = IRB.CreateLoad(MS.IntptrTy, MS.VAArgOverflowSizeTLS); in finalizeInstrumentation()
7201 Value *CopySize = VAArgSize; in finalizeInstrumentation()
7575 Value *VAArgSize = nullptr; member
7637 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()
[all …]