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.cpp4993 Value *VAListTag = I.getArgOperand(0); in unpoisonVAListTagForInst() local
4996 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in unpoisonVAListTagForInst()
5202 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5206 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
5223 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
5311 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5314 IRB.CreateIntToPtr(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in finalizeInstrumentation()
5437 Value *getVAField64(IRBuilder<> &IRB, Value *VAListTag, int offset) { in getVAField64()
5439 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in getVAField64()
5446 Value *getVAField32(IRBuilder<> &IRB, Value *VAListTag, int offset) { in getVAField32()
[all …]