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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h52 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) {
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp484 if (base_type.GetNumFields() > 0 ||
798 uint32_t CompilerType::GetNumFields() const { function in class:CompilerType
801 return type_system_sp->GetNumFields(m_type);
854 unsigned count = GetNumFields();
H A DVariable.cpp503 const uint32_t num_fields = compiler_type.GetNumFields();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h401 uint32_t GetNumFields() const;
H A DTypeSystem.h318 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp554 const uint32_t num_children = return_compiler_type.GetNumFields();
H A DABISysV_x86_64.cpp581 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp391 return m_opaque_sp->GetCompilerType(true).GetNumFields();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp690 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp930 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1724 const uint32_t num_children = compiler_type.GetNumFields();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h853 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp5510 uint32_t TypeSystemClang::GetNumFields(lldb::opaque_compiler_type_t type) { function in class:TypeSystemClang

Completed in 279 milliseconds