Searched refs:VAListTag (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | MemorySanitizer.cpp | 4760 Value *VAListTag = I.getArgOperand(0); in unpoisonVAListTagForInst() local 4764 MSV.getShadowOriginPtr(VAListTag, IRB, IRB.getInt8Ty(), Alignment, in unpoisonVAListTagForInst() 4813 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local 4817 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 4834 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation() 4914 Value *VAListTag = I.getArgOperand(0); in visitVAStartInst() local 4918 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVAStartInst() 4926 Value *VAListTag = I.getArgOperand(0); in visitVACopyInst() local 4930 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVACopyInst() 4955 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local [all …]
|