Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h395 inline unsigned getFunctionNumParams() const;
H A DDerivedTypes.h160 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1108 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp242 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp222 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()