Home
last modified time | relevance | path

Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp115 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType
117 return m_type_system->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
H A DType.cpp1117 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h107 size_t GetNumberOfFunctionArguments() const;
H A DTypeSystem.h157 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp302 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h576 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3119 size_t TypeSystemClang::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in TypeSystemClang