Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h366 inline unsigned getFunctionNumParams() const;
H A DDerivedTypes.h156 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1107 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp243 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()