Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp156 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount()
157 : Proc.getParameterCount(); in getCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp316 W->printNumber("NumParameters", Proc.getParameterCount()); in visitKnownRecord()
329 W->printNumber("NumParameters", MF.getParameterCount()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h159 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount() function
190 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount() function