Home
last modified time | relevance | path

Searched refs:GetNumFields (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessStructReader.h51 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp563 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType
566 return m_type_system->GetNumFields(m_type); in GetNumFields()
613 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
H A DVariable.cpp540 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
H A DClangASTContext.cpp5843 uint32_t ClangASTContext::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in ClangASTContext
5875 .GetNumFields(); in GetNumFields()
5882 .GetNumFields(); in GetNumFields()
5889 .GetNumFields(); in GetNumFields()
5895 .GetNumFields(); in GetNumFields()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h318 uint32_t GetNumFields() const;
H A DTypeSystem.h297 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h767 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp294 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp695 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp938 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1617 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1739 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()