Searched defs:VarArgMIPS64Helper (Results 1 – 1 of 1) sorted by relevance
2855 struct VarArgMIPS64Helper : public VarArgHelper { struct2856 Function &F;2857 MemorySanitizer &MS;2858 MemorySanitizerVisitor &MSV;2859 Value *VAArgTLSCopy;2860 Value *VAArgSize;2862 SmallVector<CallInst*, 16> VAStartInstrumentationList;2864 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, in VarArgMIPS64Helper() argument2869 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()2896 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()[all …]