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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h50 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp533 uint32_t CompilerType::GetNumFields() const { function in class:CompilerType
536 return m_type_system->GetNumFields(m_type);
583 unsigned count = GetNumFields();
H A DVariable.cpp525 const uint32_t num_fields = compiler_type.GetNumFields();
H A DClangASTContext.cpp5158 uint32_t ClangASTContext::GetNumFields(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h280 uint32_t GetNumFields() const;
H A DTypeSystem.h287 virtual uint32_t GetNumFields(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h691 uint32_t GetNumFields(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp378 return m_opaque_sp->GetCompilerType(true).GetNumFields();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp689 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp926 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp731 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1530 const uint32_t num_children = return_compiler_type.GetNumFields();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1737 const uint32_t num_children = compiler_type.GetNumFields();

Completed in 117 milliseconds