Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Utility/
DDataBufferLLVM.cpp34 lldb::offset_t DataBufferLLVM::GetByteSize() const { in GetByteSize() function in DataBufferLLVM
DDataBufferHeap.cpp45 uint64_t DataBufferHeap::GetByteSize() const { return m_data.size(); } in GetByteSize() function in DataBufferHeap
/external/llvm-project/lldb/include/lldb/Core/
DAddressRange.h222 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
DValueObjectChild.h33 llvm::Optional<uint64_t> GetByteSize() override { return m_byte_size; } in GetByteSize() function
DSection.h156 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
DOpcode.h202 uint32_t GetByteSize() const { in GetByteSize() function
/external/llvm-project/lldb/include/lldb/Utility/
DDataBuffer.h89 lldb::offset_t GetByteSize() const override { return m_size; } in GetByteSize() function
DDataEncoder.h226 size_t GetByteSize() const { return m_end - m_start; } in GetByteSize() function
DVMRange.h59 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
DDataExtractor.h259 uint64_t GetByteSize() const { return m_end - m_start; } in GetByteSize() function
/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h31 uint32_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.h28 mach_vm_size_t GetByteSize() const { return m_size; } in GetByteSize() function
/external/llvm-project/lldb/source/Core/
DValueObjectCast.cpp50 llvm::Optional<uint64_t> ValueObjectCast::GetByteSize() { in GetByteSize() function in ValueObjectCast
DValueObjectRegister.cpp84 llvm::Optional<uint64_t> ValueObjectRegisterSet::GetByteSize() { return 0; } in GetByteSize() function in ValueObjectRegisterSet
232 llvm::Optional<uint64_t> ValueObjectRegister::GetByteSize() { in GetByteSize() function in ValueObjectRegister
DValueObjectMemory.cpp142 llvm::Optional<uint64_t> ValueObjectMemory::GetByteSize() { in GetByteSize() function in ValueObjectMemory
DValueObjectDynamicValue.cpp101 llvm::Optional<uint64_t> ValueObjectDynamicValue::GetByteSize() { in GetByteSize() function in ValueObjectDynamicValue
DValueObjectVariable.cpp108 llvm::Optional<uint64_t> ValueObjectVariable::GetByteSize() { in GetByteSize() function in ValueObjectVariable
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectContainer.h95 virtual lldb::addr_t GetByteSize() const { return m_length; } in GetByteSize() function
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersHelpers.h140 size_t GetByteSize() const { return ptr_size; } in GetByteSize() function
/external/llvm-project/lldb/include/lldb/Target/
DMemory.h81 uint32_t GetByteSize() const { return m_range.GetByteSize(); } in GetByteSize() function
DStackFrameRecognizer.h157 llvm::Optional<uint64_t> GetByteSize() override { in GetByteSize() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h47 size_t GetByteSize() const { in GetByteSize() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.cpp236 size_t DWARFMappedHash::Prologue::GetByteSize() const { in GetByteSize() function in DWARFMappedHash::Prologue
251 size_t DWARFMappedHash::Header::GetByteSize(const HeaderData &header_data) { in GetByteSize() function in DWARFMappedHash::Header
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp129 uint64_t FileSystem::GetByteSize(const FileSpec &file_spec) const { in GetByteSize() function in FileSystem
135 uint64_t FileSystem::GetByteSize(const Twine &path) const { in GetByteSize() function in FileSystem
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h35 llvm::Optional<uint64_t> GetByteSize() { return m_frozen_sp->GetByteSize(); } in GetByteSize() function

12