Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp7107 struct VarArgPowerPC32Helper : public VarArgHelperBase { struct
7108 AllocaInst *VAArgTLSCopy = nullptr;
7109 Value *VAArgSize = nullptr;
7111 VarArgPowerPC32Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC32Helper() argument
7115 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()
7196 void finalizeInstrumentation() override { in finalizeInstrumentation()