Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3644 Value *VAArgTLSCopy = nullptr; member
3834 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
3845 IRB.CreateMemCpy(VAArgTLSCopy, 8, MS.VAArgTLS, 8, CopySize); in finalizeInstrumentation()
3902 Value *VAArgTLSCopy = nullptr; member
3977 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation()
4028 Value *VAArgTLSCopy = nullptr; member
4165 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
4247 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4261 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4275 Value *VAArgTLSCopy = nullptr; member
[all …]