Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.cpp26 BottomFrame(*this, Func, nullptr, CodePtr(), Func->getArgSize()), in InterpState()
H A DFunction.h101 unsigned getArgSize() const { return ArgSize; } in getArgSize() function
H A DInterpFrame.cpp54 : InterpFrame(S, Func, S.Current, RetPC, Func->getArgSize() + VarArgSize) { in InterpFrame()
H A DDisasm.cpp136 OS << "arg size: " << getArgSize() << "\n"; in dump()
H A DInterp.cpp1425 size_t ArgSize = Func->getArgSize() + VarArgSize; in CallVar()
1480 size_t ArgSize = Func->getArgSize() + VarArgSize; in Call()
1562 size_t ArgSize = Func->getArgSize() + VarArgSize; in CallVirt()