Searched defs:VarArgPowerPC64Helper (Results 1 – 1 of 1) sorted by relevance
5229 struct VarArgPowerPC64Helper : public VarArgHelper { struct5230 Function &F;5231 MemorySanitizer &MS;5232 MemorySanitizerVisitor &MSV;5233 Value *VAArgTLSCopy = nullptr;5234 Value *VAArgSize = nullptr;5236 SmallVector<CallInst *, 16> VAStartInstrumentationList;5238 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() function5242 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()5329 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()[all …]