Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5229 struct VarArgPowerPC64Helper : public VarArgHelper { struct
5230 Function &F;
5231 MemorySanitizer &MS;
5232 MemorySanitizerVisitor &MSV;
5233 Value *VAArgTLSCopy = nullptr;
5234 Value *VAArgSize = nullptr;
5236 SmallVector<CallInst *, 16> VAStartInstrumentationList;
5238 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() function
5242 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()
5329 Value *getShadowPtrForVAArgument(Type *Ty, IRBuilder<> &IRB, in getShadowPtrForVAArgument()
[all …]