Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h351 inline unsigned getFunctionNumParams() const;
H A DDerivedTypes.h157 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1122 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()