Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6966 struct VarArgPowerPC64Helper : public VarArgHelperBase { struct
6967 AllocaInst *VAArgTLSCopy = nullptr;
6968 Value *VAArgSize = nullptr;
6970 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() argument
6974 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()
7060 void finalizeInstrumentation() override { in finalizeInstrumentation()