Searched defs:VarArgPowerPC64Helper (Results 1 – 1 of 1) sorted by relevance
4783 struct VarArgPowerPC64Helper : public VarArgHelper { struct4784 Function &F;4785 MemorySanitizer &MS;4786 MemorySanitizerVisitor &MSV;4787 Value *VAArgTLSCopy = nullptr;4788 Value *VAArgSize = nullptr;4790 SmallVector<CallInst*, 16> VAStartInstrumentationList;4792 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() function4795 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()4885 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()[all …]