Home
last modified time | relevance | path

Searched defs:VarArgMIPS64Helper (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4054 struct VarArgMIPS64Helper : public VarArgHelper { struct
4055 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() argument
4066 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()
4098 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()
[all …]