Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp156 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount()
157 : Proc.getParameterCount(); in getCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp316 W->printNumber("NumParameters", Proc.getParameterCount()); in visitKnownRecord()
329 W->printNumber("NumParameters", MF.getParameterCount()); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1398 params_remaining = sig.getParameterCount(); in ParseVariablesForBlock()