Searched refs:VAArgTLSCopy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5026 AllocaInst *VAArgTLSCopy = nullptr; member 5170 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation() 5180 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 5181 VAArgTLSCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation() 5182 IRB.CreateMemSet(VAArgTLSCopy, Constant::getNullValue(IRB.getInt8Ty()), in finalizeInstrumentation() 5188 IRB.CreateMemCpy(VAArgTLSCopy, kShadowTLSAlignment, MS.VAArgTLS, in finalizeInstrumentation() 5216 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation() 5232 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation() 5249 AllocaInst *VAArgTLSCopy = nullptr; member 5285 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation() [all …]
|