Searched defs:VarArgMIPS64Helper (Results 1 – 1 of 1) sorted by relevance
4054 struct VarArgMIPS64Helper : public VarArgHelper { struct4055 Function &F;4056 MemorySanitizer &MS;4057 MemorySanitizerVisitor &MSV;4058 Value *VAArgTLSCopy = nullptr;4059 Value *VAArgSize = nullptr;4061 SmallVector<CallInst*, 16> VAStartInstrumentationList;4063 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, in VarArgMIPS64Helper() argument4066 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()4098 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()[all …]