Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h52 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp505 if (base_type.GetNumFields() > 0 || in GetNumberOfNonEmptyBaseClasses()
827 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType
830 return type_system_sp->GetNumFields(m_type); in GetNumFields()
889 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
H A DVariable.cpp505 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h414 uint32_t GetNumFields() const;
H A DTypeSystem.h336 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp554 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
H A DABISysV_x86_64.cpp581 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp482 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp930 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp690 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1724 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h868 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp5597 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in TypeSystemClang