Searched refs:VAArgTLSOriginCopy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5027 AllocaInst *VAArgTLSOriginCopy = nullptr; member 5191 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 5192 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation() 5193 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment, in finalizeInstrumentation() 5219 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy, in finalizeInstrumentation() 5237 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in finalizeInstrumentation() 5728 AllocaInst *VAArgTLSOriginCopy = nullptr; member 5925 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy, in copyRegSaveArea() 5950 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in copyOverflowArea() 5980 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() [all …]
|