Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h388 inline unsigned getFunctionNumParams() const;
H A DDerivedTypes.h157 unsigned Type::getFunctionNumParams() const { in getFunctionNumParams() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1023 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp242 assert(prototype.getFunctionNumParams() == args.size()); in PrepareTrivialCall()