Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3039 struct VarArgMIPS64Helper : public VarArgHelper { struct
3040 Function &F;
3041 MemorySanitizer &MS;
3042 MemorySanitizerVisitor &MSV;
3043 Value *VAArgTLSCopy;
3044 Value *VAArgSize;
3046 SmallVector<CallInst*, 16> VAStartInstrumentationList;
3048 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, in VarArgMIPS64Helper() function
3053 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()
3082 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4103 struct VarArgMIPS64Helper : public VarArgHelper { struct
4104 Function &F;
4105 MemorySanitizer &MS;
4106 MemorySanitizerVisitor &MSV;
4107 Value *VAArgTLSCopy = nullptr;
4108 Value *VAArgSize = nullptr;
4110 SmallVector<CallInst*, 16> VAStartInstrumentationList;
4112 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, in VarArgMIPS64Helper() function
4115 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite()
4147 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4858 struct VarArgMIPS64Helper : public VarArgHelper { struct
4859 Function &F;
4860 MemorySanitizer &MS;
4861 MemorySanitizerVisitor &MSV;
4862 Value *VAArgTLSCopy = nullptr;
4863 Value *VAArgSize = nullptr;
4865 SmallVector<CallInst *, 16> VAStartInstrumentationList;
4867 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, in VarArgMIPS64Helper() function
4871 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()
4900 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()
[all …]