Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcessStructReader.h50 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp537 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType
540 return m_type_system->GetNumFields(m_type); in GetNumFields()
587 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
H A DVariable.cpp504 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h294 uint32_t GetNumFields() const;
H A DTypeSystem.h301 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp115 EXPECT_EQ(1U, imported.GetNumFields()); in TEST_F()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp392 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp553 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
H A DABISysV_x86_64.cpp580 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp891 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp689 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h766 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp5577 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1620 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()