Home
last modified time | relevance | path

Searched refs:getArgSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp45 OS << "arg size: " << getArgSize() << "\n"; in dump()
H A DFunction.h83 unsigned getArgSize() const { return ArgSize; } in getArgSize() function
H A DInterpFrame.cpp27 RetPC(RetPC), ArgSize(Func ? Func->getArgSize() : 0), in InterpFrame()
H A DInterp.h1870 Func->getArgSize() - (Func->hasRVO() ? primSize(PT_Ptr) : 0); in Call()
1919 Func->getArgSize() - (Func->hasRVO() ? primSize(PT_Ptr) : 0); in CallVirt()