Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddressRange.h221 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
H A DValueObjectChild.h33 llvm::Optional<uint64_t> GetByteSize() override { return m_byte_size; } in GetByteSize() function
H A DOpcode.h202 uint32_t GetByteSize() const { in GetByteSize() function
H A DSection.h162 lldb::addr_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h31 uint32_t GetByteSize() const { return m_byte_size; } in GetByteSize() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h28 mach_vm_size_t GetByteSize() const { return m_size; } in GetByteSize() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectCast.cpp50 llvm::Optional<uint64_t> ValueObjectCast::GetByteSize() { in GetByteSize() function in ValueObjectCast
H A DValueObjectRegister.cpp85 llvm::Optional<uint64_t> ValueObjectRegisterSet::GetByteSize() { return 0; } in GetByteSize() function in ValueObjectRegisterSet
231 llvm::Optional<uint64_t> ValueObjectRegister::GetByteSize() { in GetByteSize() function in ValueObjectRegister
H A DValueObjectMemory.cpp142 llvm::Optional<uint64_t> ValueObjectMemory::GetByteSize() { in GetByteSize() function in ValueObjectMemory
H A DValueObjectDynamicValue.cpp97 llvm::Optional<uint64_t> ValueObjectDynamicValue::GetByteSize() { in GetByteSize() function in ValueObjectDynamicValue
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DDataBuffer.h133 lldb::offset_t GetByteSize() const override { return m_size; } in 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
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectContainer.h95 virtual lldb::addr_t GetByteSize() const { return m_length; } in GetByteSize() function
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h142 size_t GetByteSize() const { return ptr_size; } in GetByteSize() function
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemory.h81 uint32_t GetByteSize() const { return m_range.GetByteSize(); } in GetByteSize() function
H A DStackFrameRecognizer.h157 llvm::Optional<uint64_t> GetByteSize() override { in GetByteSize() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h47 size_t GetByteSize() const { in GetByteSize() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtarget.cpp79 std::size_t TargetCharacteristics::GetByteSize( in GetByteSize() function in Fortran::evaluate::TargetCharacteristics
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp109 uint64_t FileSystem::GetByteSize(const FileSpec &file_spec) const { in GetByteSize() function in FileSystem
115 uint64_t FileSystem::GetByteSize(const Twine &path) const { in GetByteSize() function in FileSystem
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp237 size_t DWARFMappedHash::Prologue::GetByteSize() const { in GetByteSize() function in DWARFMappedHash::Prologue
252 size_t DWARFMappedHash::Header::GetByteSize(const HeaderData &header_data) { in GetByteSize() function in DWARFMappedHash::Header
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h35 llvm::Optional<uint64_t> GetByteSize() { return m_frozen_sp->GetByteSize(); } in GetByteSize() function

12