Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcessStructReader.h51 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp613 uint32_t CompilerType::GetNumFields() const { in GetNumFields() function in CompilerType
616 return type_system_sp->GetNumFields(m_type); in GetNumFields()
669 unsigned count = GetNumFields(); in GetIndexOfFieldWithName()
H A DVariable.cpp504 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h354 uint32_t GetNumFields() const;
H A DTypeSystem.h313 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp391 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp554 const uint32_t num_children = return_compiler_type.GetNumFields(); in FlattenAggregateType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp891 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp689 const uint32_t num_children = return_compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1619 const uint32_t num_children = compiler_type.GetNumFields(); in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h782 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp5630 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { in GetNumFields() function in TypeSystemClang