Home
last modified time | relevance | path

Searched defs:GetByteSize (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferLLVM.cpp29 lldb::offset_t DataBufferLLVM::GetByteSize() const { in GetByteSize() function in DataBufferLLVM
46 lldb::offset_t WritableDataBufferLLVM::GetByteSize() const { in GetByteSize() function in WritableDataBufferLLVM
H A DDataBufferHeap.cpp43 uint64_t DataBufferHeap::GetByteSize() const { return m_data.size(); } in GetByteSize() function in DataBufferHeap
H A DDataEncoder.cpp44 size_t DataEncoder::GetByteSize() const { return m_data_sp->GetByteSize(); } in GetByteSize() function in DataEncoder
H A DEvent.cpp144 size_t EventDataBytes::GetByteSize() const { return m_bytes.size(); } in GetByteSize() function in EventDataBytes
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVTable.cpp34 llvm::Expected<uint64_t> GetByteSize() override { return m_addr_size; }; in GetByteSize() function in ValueObjectVTableChild
157 llvm::Expected<uint64_t> ValueObjectVTable::GetByteSize() { in GetByteSize() function in ValueObjectVTable
H A DValueObjectRegister.cpp87 llvm::Expected<uint64_t> ValueObjectRegisterSet::GetByteSize() { return 0; } in GetByteSize() function in ValueObjectRegisterSet
231 llvm::Expected<uint64_t> ValueObjectRegister::GetByteSize() { in GetByteSize() function in ValueObjectRegister
H A DValueObjectCast.cpp52 llvm::Expected<uint64_t> ValueObjectCast::GetByteSize() { in GetByteSize() function in ValueObjectCast
H A DValueObjectMemory.cpp146 llvm::Expected<uint64_t> ValueObjectMemory::GetByteSize() { in GetByteSize() function in ValueObjectMemory
H A DValueObjectDynamicValue.cpp101 llvm::Expected<uint64_t> ValueObjectDynamicValue::GetByteSize() { in GetByteSize() function in ValueObjectDynamicValue
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h223 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h77 virtual lldb::addr_t GetByteSize() const { return m_length; } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h31 uint32_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAddressRange.cpp80 lldb::addr_t SBAddressRange::GetByteSize() const { in GetByteSize() function in SBAddressRange
H A DSBSection.cpp140 lldb::addr_t SBSection::GetByteSize() { in GetByteSize() function in SBSection
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectChild.h32 llvm::Expected<uint64_t> GetByteSize() override { return m_byte_size; } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBuffer.h133 lldb::offset_t GetByteSize() const override { return m_size; } GetByteSize() function
H A DVMRange.h59 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
H A DDataExtractor.h270 uint64_t GetByteSize() const { return m_end - m_start; } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h147 size_t GetByteSize() const { return ptr_size; } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h83 uint32_t GetByteSize() const { return m_range.GetByteSize(); } in GetByteSize() function
H A DStackFrameRecognizer.h183 llvm::Expected<uint64_t> GetByteSize() override { in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp31 size_t WatchpointResource::GetByteSize() const { return m_size; } in GetByteSize() function in WatchpointResource
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h48 size_t GetByteSize() const { in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h36 llvm::Expected<uint64_t> GetByteSize() { return m_frozen_sp->GetByteSize(); } in GetByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp98 uint64_t FileSystem::GetByteSize(const FileSpec &file_spec) const { in GetByteSize() function in FileSystem
104 uint64_t FileSystem::GetByteSize(const Twine &path) const { in GetByteSize() function in FileSystem

12