Searched refs:VAArgTLSOriginCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4760 AllocaInst *VAArgTLSOriginCopy = nullptr; member 4924 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 4925 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation() 4926 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment, in finalizeInstrumentation() 4953 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy, in finalizeInstrumentation() 4971 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in finalizeInstrumentation() 5465 AllocaInst *VAArgTLSOriginCopy = nullptr; member 5662 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy, in copyRegSaveArea() 5687 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in copyOverflowArea() 5718 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation() [all …]
|