Searched refs:GetSize (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoList.i22 GetSize () const;
H A DSBThreadCollection.i32 GetSize ();
H A DSBStream.i61 accessor.") GetSize;
63 GetSize();
H A DSBStringList.i36 GetSize () const;
48 return lldb_iter(self, 'GetSize', 'GetStringAtIndex')
52 return self.GetSize()
H A DSBFileSpecList.i21 GetSize () const;
H A DSBInstructionList.i43 GetSize ();
76 return lldb_iter(self, 'GetSize', 'GetInstructionAtIndex')
80 return int(self.GetSize())
92 for idx in range(self.GetSize()):
H A DSBValueList.i93 GetSize() const;
108 const size_t n = $self->GetSize();
119 size_t desc_len = description.GetSize();
131 return lldb_iter(self, 'GetSize', 'GetValueAtIndex')
134 return int(self.GetSize())
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp73 size_t SBThreadCollection::GetSize() { function in class:SBThreadCollection
74 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBThreadCollection, GetSize);
77 return m_opaque_sp->GetSize();
86 if (m_opaque_sp && idx < m_opaque_sp->GetSize())
104 LLDB_REGISTER_METHOD(size_t, SBThreadCollection, GetSize, ());
H A DSBMemoryRegionInfoList.cpp34 size_t GetSize() const { return m_regions.size(); } function in class:MemoryRegionInfoListImpl
43 Reserve(GetSize() + list.GetSize());
53 if (index >= GetSize())
100 uint32_t SBMemoryRegionInfoList::GetSize() const { function in class:SBMemoryRegionInfoList
101 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBMemoryRegionInfoList, GetSize);
103 return m_opaque_up->GetSize();
155 LLDB_REGISTER_METHOD_CONST(uint32_t, SBMemoryRegionInfoList, GetSize, ());
H A DSBSymbolContextList.cpp44 uint32_t SBSymbolContextList::GetSize() const { function in class:SBSymbolContextList
45 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBSymbolContextList, GetSize);
48 return m_opaque_up->GetSize();
129 LLDB_REGISTER_METHOD_CONST(uint32_t, SBSymbolContextList, GetSize, ());
H A DSBInstructionList.cpp57 size_t SBInstructionList::GetSize() { function in class:SBInstructionList
58 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBInstructionList, GetSize);
61 return m_opaque_sp->GetInstructionList().GetSize();
70 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize())
84 size_t num_instructions = GetSize();
154 size_t num_instructions = GetSize();
193 size_t len = GetSize();
215 LLDB_REGISTER_METHOD(size_t, SBInstructionList, GetSize, ());
H A DSBFileSpecList.cpp47 uint32_t SBFileSpecList::GetSize() const { function in class:SBFileSpecList
48 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBFileSpecList, GetSize);
50 return m_opaque_up->GetSize();
114 uint32_t num_files = m_opaque_up->GetSize();
137 LLDB_REGISTER_METHOD_CONST(uint32_t, SBFileSpecList, GetSize, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DJITLoaderList.h31 size_t GetSize() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp41 const uint32_t size = m_map.GetSize();
54 const uint32_t size = m_map.GetSize();
64 const uint32_t size = m_map.GetSize();
73 const uint32_t size = other.m_map.GetSize();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp56 if (commands_found.GetSize() == 0) {
62 if (commands_found.GetSize() > 0) {
67 for (size_t i = 0; i < commands_found.GetSize(); ++i)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h28 uint32_t GetSize() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamString.h37 size_t GetSize() const;
H A DCompletionRequest.h186 lldbassert(completions.GetSize() == descriptions.GetSize());
187 for (std::size_t i = 0; i < completions.GetSize(); ++i)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp36 bool StreamString::Empty() const { return GetSize() == 0; }
38 size_t StreamString::GetSize() const { return m_packet.size(); } function in class:StreamString
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h35 uint32_t GetSize() const;
37 bool Empty() const { return !GetSize(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp116 if (func_list.GetSize()) {
117 for (i = 0; i < func_list.GetSize(); i++) {
124 while (j < sym_list.GetSize()) {
140 for (i = 0; i < func_list.GetSize(); i++) {
163 for (i = 0; i < sym_list.GetSize(); i++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp104 const size_t initial_size = var_list.GetSize();
108 return var_list.GetSize() - initial_size;
114 const size_t initial_size = var_list.GetSize();
125 return var_list.GetSize() - initial_size;
131 const size_t initial_size = var_list.GetSize();
142 return var_list.GetSize() - initial_size;
165 size_t VariableList::GetSize() const { return m_variables.size(); } function in class:VariableList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h64 static size_t GetSize(const lldb_private::ArchSpec &arch);
85 static size_t GetSize(const lldb_private::ArchSpec &arch);
120 static size_t GetSize(const lldb_private::ArchSpec &arch);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h92 size_t GetSize() const { function in class:lldb_private::StructuredDataImpl
98 return (dict->GetSize());
101 return (array->GetSize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp32 const size_t count = m_enumerations.GetSize();
63 const size_t count = m_enumerations.GetSize();
107 const uint32_t num_enumerators = m_enumerations.GetSize();

Completed in 239 milliseconds

1234567891011>>