Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcessStructReader.h50 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp525 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType
528 return m_type_system->GetNumFields(m_type); in GetNumFields()
575 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
DVariable.cpp523 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h287 uint32_t GetNumFields() const;
DTypeSystem.h297 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
/external/llvm-project/lldb/unittests/Symbol/
DTestClangASTImporter.cpp115 EXPECT_EQ(1U, imported.GetNumFields()); in TEST_F()
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIWindows_x86_64.cpp552 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
DABISysV_x86_64.cpp579 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp691 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips64.cpp928 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/API/
DSBType.cpp377 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h777 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp5409 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in TypeSystemClang
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABISysV_arm.cpp1724 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()