OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParameterCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeFunctionSig.cpp
156
return IsMemberFunction ? (1 + MemberFunc.
getParameterCount
())
157
: Proc.
getParameterCount
();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp
316
W->printNumber("NumParameters", Proc.
getParameterCount
());
329
W->printNumber("NumParameters", MF.
getParameterCount
());
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
159
uint16_t
getParameterCount
() const { return ParameterCount; }
190
uint16_t
getParameterCount
() const { return ParameterCount; }
Completed in 44 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026