Searched defs:GetByteSize (Results 1 - 25 of 38) sorted by path

12

/external/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h61 GetByteSize () const function in class:lldb_private::StoppointLocation
/external/lldb/include/lldb/Core/
H A DAddressRange.h248 GetByteSize () const { return m_byte_size; } function in class:lldb_private::AddressRange
H A DDataEncoder.h124 GetByteSize () const function in class:lldb_private::DataEncoder
416 return offset < GetByteSize();
435 const uint32_t size = GetByteSize();
H A DDataExtractor.h383 GetByteSize () const function in class:lldb_private::DataExtractor
1249 return offset < GetByteSize();
1277 const lldb::offset_t size = GetByteSize();
H A DMappedHash.h87 GetByteSize() const function in struct:MappedHash::Header
99 GetByteSize (const HeaderData &header_data) = 0;
203 GetByteSize (const HashData &key_to_key_values) = 0;
236 header.prologue_length = header_data.GetByteSize();
265 //StreamString hash_file_data(Stream::eBinary, dwarf->GetObjectFile()->GetAddressByteSize(), dwarf->GetObjectFile()->GetByteSize());
299 hash_offsets.push_back (GetByteSize (pos->second));
H A DRangeMap.h97 GetByteSize () const function in struct:lldb_private::Range
782 this->GetByteSize() == rhs.GetByteSize() &&
790 this->GetByteSize() != rhs.GetByteSize() ||
1154 if (pos->GetByteSize() == 0)
H A DSection.h201 GetByteSize () const function in class:lldb_private::Section
H A DVMRange.h79 GetByteSize () const function in class:lldb_private::VMRange
H A DValueObjectChild.h30 GetByteSize() function in class:lldb_private::ValueObjectChild
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h132 GetByteSize () const function in class:lldb_private::ObjectContainer
H A DObjectFile.h302 GetByteSize () const function in class:lldb_private::ObjectFile
/external/lldb/include/lldb/Target/
H A DMemory.h103 GetByteSize () const function in class:lldb_private::AllocatedBlock
/external/lldb/source/API/
H A DSBData.cpp117 SBData::GetByteSize () function in class:SBData
122 value = m_opaque_sp->GetByteSize();
124 log->Printf ("SBData::GetByteSize () => "
450 m_opaque_sp->GetByteSize(),
H A DSBInstruction.cpp130 SBInstruction::GetByteSize () function in class:SBInstruction
133 return m_opaque_sp->GetOpcode().GetByteSize();
H A DSBSection.cpp161 SBSection::GetByteSize () function in class:SBSection
165 return section_sp->GetByteSize();
222 file_size = section_sp->GetByteSize();
229 if (data_buffer_sp && data_buffer_sp->GetByteSize() > 0)
281 strm.Printf ("[0x%16.16" PRIx64 "-0x%16.16" PRIx64 ") ", file_addr, file_addr + section_sp->GetByteSize());
H A DSBType.cpp140 SBType::GetByteSize() function in class:SBType
145 return m_opaque_sp->GetClangASTType().GetByteSize();
H A DSBValue.cpp358 SBValue::GetByteSize () function in class:SBValue
367 result = value_sp->GetByteSize();
371 log->Printf ("SBValue(%p)::GetByteSize () => %" PRIu64, value_sp.get(), (uint64_t)result);
1533 if (data_sp->GetByteSize() > 0)
1558 if (data_sp->GetByteSize() > 0)
1653 size_t byte_size = GetByteSize();
/external/lldb/source/Core/
H A DDataBufferHeap.cpp79 DataBufferHeap::GetByteSize () const function in class:DataBufferHeap
H A DDataBufferMemoryMap.cpp72 DataBufferMemoryMap::GetByteSize() const function in class:DataBufferMemoryMap
257 return GetByteSize ();
H A DEvent.cpp165 EventDataBytes::GetByteSize() const function in class:EventDataBytes
203 return e->GetByteSize();
H A DRegisterValue.cpp104 return data.SetData(GetBytes(), GetByteSize(), GetByteOrder()) > 0;
226 GetByteSize(), // dst length
318 if (src.GetByteSize() == 0)
330 uint32_t src_len = src.GetByteSize() - src_offset;
360 if (src.GetByteSize() == eByteOrderBig)
979 RegisterValue::GetByteSize () const function in class:RegisterValue
H A DScalar.cpp136 size_t byte_size = GetByteSize();
168 Scalar::GetByteSize() const function in class:Scalar
1960 const uint32_t max_bit_pos = GetByteSize() * 8;
2038 const size_t src_len = data.GetByteSize();
H A DUUID.cpp139 UUID::GetByteSize() function in class:lldb_private::UUID
H A DValueObjectCast.cpp78 ValueObjectCast::GetByteSize() function in class:ValueObjectCast
H A DValueObjectConstResult.cpp91 DataBufferSP shared_data_buffer(new DataBufferHeap(data.GetDataStart(), data.GetByteSize()));
252 ValueObjectConstResult::GetByteSize() function in class:ValueObjectConstResult
255 m_byte_size = GetClangType().GetByteSize();

Completed in 387 milliseconds

12