Searched defs:VarArgPowerPC64Helper (Results 1 – 1 of 1) sorted by relevance
4805 struct VarArgPowerPC64Helper : public VarArgHelper { struct4806 Function &F;4807 MemorySanitizer &MS;4808 MemorySanitizerVisitor &MSV;4809 Value *VAArgTLSCopy = nullptr;4810 Value *VAArgSize = nullptr;4812 SmallVector<CallInst*, 16> VAStartInstrumentationList;4814 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() function4918 void visitVAStartInst(VAStartInst &I) override { in visitVAStartInst()4930 void visitVACopyInst(VACopyInst &I) override { in visitVACopyInst()[all …]