Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6507 AllocaInst *VAArgTLSCopy = nullptr; member
6649 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
6659 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
6660 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
6661 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation()
6667 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation()
6693 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation()
6708 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
6735 AllocaInst *VAArgTLSCopy = nullptr; member
6849 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation()
[all …]