Searched defs:VarArgPowerPC64Helper (Results 1 – 1 of 1) sorted by relevance
4434 struct VarArgPowerPC64Helper : public VarArgHelper { struct4435 Function &F;4436 MemorySanitizer &MS;4437 MemorySanitizerVisitor &MSV;4438 Value *VAArgTLSCopy = nullptr;4439 Value *VAArgSize = nullptr;4441 SmallVector<CallInst*, 16> VAStartInstrumentationList;4443 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() argument4446 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()4538 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()[all …]