Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp157 return IsMemberFunction ? (1 + MemberFunc.getParameterCount()) in getCount()
158 : Proc.getParameterCount(); in getCount()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp316 W->printNumber("NumParameters", Proc.getParameterCount()); in visitKnownRecord()
329 W->printNumber("NumParameters", MF.getParameterCount()); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h160 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount() function
191 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1923 params_remaining = sig.getParameterCount(); in ParseVariablesForBlock()
1931 params_remaining = sig.getParameterCount(); in ParseVariablesForBlock()