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.cpp4726 Value *VAListTag = I.getArgOperand(0); in unpoisonVAListTagForInst() local
4936 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5046 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5222 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5432 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5641 void copyRegSaveArea(IRBuilder<> &IRB, Value *VAListTag) { in copyRegSaveArea()
5645 IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in copyRegSaveArea()
5672 IRB.CreatePtrToInt(VAListTag, MS.IntptrTy), in copyOverflowArea()
5730 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation() local
5731 copyRegSaveArea(IRB, VAListTag); in finalizeInstrumentation()
[all …]