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

12

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferLLVM.cpp29 lldb::offset_t DataBufferLLVM::GetByteSize() const { function in class:DataBufferLLVM
46 lldb::offset_t WritableDataBufferLLVM::GetByteSize() const { function in class:WritableDataBufferLLVM
H A DDataBufferHeap.cpp43 uint64_t DataBufferHeap::GetByteSize() const { return m_data.size(); } function in class:DataBufferHeap
H A DDataEncoder.cpp44 size_t DataEncoder::GetByteSize() const { return m_data_sp->GetByteSize(); } function in class:DataEncoder
H A DEvent.cpp148 size_t EventDataBytes::GetByteSize() const { return m_bytes.size(); } function in class:EventDataBytes
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h221 lldb::addr_t GetByteSize() const { return m_byte_size; } function in class:lldb_private::AddressRange
H A DSection.h170 lldb::addr_t GetByteSize() const { return m_byte_size; } function in class:lldb_private::Section
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp51 std::optional<uint64_t> ValueObjectCast::GetByteSize() { function in class:ValueObjectCast
H A DValueObjectMemory.cpp142 std::optional<uint64_t> ValueObjectMemory::GetByteSize() { function in class:ValueObjectMemory
H A DValueObjectVariable.cpp109 std::optional<uint64_t> ValueObjectVariable::GetByteSize() { function in class:ValueObjectVariable
H A DValueObjectDynamicValue.cpp98 std::optional<uint64_t> ValueObjectDynamicValue::GetByteSize() { function in class:ValueObjectDynamicValue
H A DValueObjectConstResult.cpp207 std::optional<uint64_t> ValueObjectConstResult::GetByteSize() { function in class:ValueObjectConstResult
H A DValueObjectRegister.cpp86 std::optional<uint64_t> ValueObjectRegisterSet::GetByteSize() { return 0; } function in class:ValueObjectRegisterSet
229 std::optional<uint64_t> ValueObjectRegister::GetByteSize() { function in class:ValueObjectRegister
H A DValueObjectSyntheticFilter.cpp126 std::optional<uint64_t> ValueObjectSynthetic::GetByteSize() { function in class:ValueObjectSynthetic
H A DValueObjectVTable.cpp156 std::optional<uint64_t> ValueObjectVTable::GetByteSize() { function in class:ValueObjectVTable
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h77 virtual lldb::addr_t GetByteSize() const { return m_length; } function in class:lldb_private::ObjectContainer
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h31 uint32_t GetByteSize() const { return m_byte_size; } function in class:lldb_private::StoppointSite
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h59 lldb::addr_t GetByteSize() const { return m_byte_size; } function in class:lldb_private::VMRange
H A DDataExtractor.h270 uint64_t GetByteSize() const { return m_end - m_start; } function in class:lldb_private::DataExtractor
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h140 size_t GetByteSize() const { return ptr_size; } function in struct:lldb_private::formatters::InferiorSizedWord
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h48 size_t GetByteSize() const { function in struct:ELFNote
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h83 uint32_t GetByteSize() const { return m_range.GetByteSize(); } function in class:lldb_private::AllocatedBlock
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp140 lldb::addr_t SBSection::GetByteSize() { function in class:SBSection
H A DSBInstruction.cpp186 size_t SBInstruction::GetByteSize() { function in class:SBInstruction
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp30 size_t WatchpointResource::GetByteSize() const { return m_size; } function in class:WatchpointResource
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h36 std::optional<uint64_t> GetByteSize() { return m_frozen_sp->GetByteSize(); } function in class:lldb_private::ExpressionVariable

Completed in 282 milliseconds

12