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.cpp5309 struct VarArgPowerPC64Helper : public VarArgHelperBase { struct
5310 AllocaInst *VAArgTLSCopy = nullptr;
5311 Value *VAArgSize = nullptr;
5313 VarArgPowerPC64Helper(Function &F, MemorySanitizer &MS, in VarArgPowerPC64Helper() function
5317 void visitCallBase(CallBase &CB, IRBuilder<> &IRB) override { in visitCallBase()
5403 void finalizeInstrumentation() override { in finalizeInstrumentation()