Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6474 Value *VAListTag = I.getArgOperand(0); in unpoisonVAListTagForInst() local
6477 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in unpoisonVAListTagForInst()
6681 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
6684 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
6699 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
6830 Value *getVAField64(IRBuilder<> &IRB, Value *VAListTag, int offset) { in getVAField64()
6832 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in getVAField64()
6839 Value *getVAField32(IRBuilder<> &IRB, Value *VAListTag, int offset) { in getVAField32()
6841 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in getVAField32()
6879 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
[all …]