Searched defs:VarArgMIPS64Helper (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 3039 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 3444 struct VarArgMIPS64Helper : public VarArgHelper { struct 3445 Function &F; 3446 MemorySanitizer &MS; 3447 MemorySanitizerVisitor &MSV; 3448 Value *VAArgTLSCopy = nullptr; 3449 Value *VAArgSize = nullptr; 3451 SmallVector<CallInst*, 16> VAStartInstrumentationList; 3453 VarArgMIPS64Helper(Function &F, MemorySanitizer &MS, in VarArgMIPS64Helper() function 3456 void visitCallSite(CallSite &CS, IRBuilder<> &IRB) override { in visitCallSite() 3485 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument() [all …]
|