Searched defs:VarArgPowerPC64Helper (Results 1 – 1 of 1) sorted by relevance
3388 struct VarArgPowerPC64Helper : public VarArgHelper { struct3389 Function &F;3390 MemorySanitizer &MS;3391 MemorySanitizerVisitor &MSV;3392 Value *VAArgTLSCopy;3393 Value *VAArgSize;3395 SmallVector<CallInst*, 16> VAStartInstrumentationList;3397 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() argument3402 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()3485 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()[all …]