Home
last modified time | relevance | path

Searched refs:GetFileSize (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp192 if (section_sp && section_sp->GetFileSize() > 0 && in SetLoadAddress()
206 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData()
223 if (section->GetFileSize()) { in ReadSectionData()
227 std::make_shared<DataBufferHeap>(src, section->GetFileSize()); in ReadSectionData()
/openbsd/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp244 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in RemoteAwarePlatform
246 return m_remote_platform_sp->GetFileSize(file_spec); in GetFileSize()
247 return Platform::GetFileSize(file_spec); in GetFileSize()
H A DPlatform.cpp690 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in Platform
/openbsd/gnu/llvm/lldb/source/API/
H A DSBSection.cpp169 return section_sp->GetFileSize(); in GetFileByteSize()
185 const uint64_t sect_file_size = section_sp->GetFileSize(); in GetSectionData()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp499 const lldb::offset_t section_file_size = section->GetFileSize(); in ReadSectionData()
552 return GetData(section->GetFileOffset(), section->GetFileSize(), in ReadSectionData()
640 if (section_sp->GetFileSize() == 0) in GetLoadableData()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h41 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatform.h498 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec);
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h122 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatformRemoteGDBServer.cpp595 PlatformRemoteGDBServer::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in PlatformRemoteGDBServer
597 return m_gdb_client_up->GetFileSize(file_spec); in GetFileSize()
/openbsd/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.xs582 GetFileSize( hFile, lpFileSizeHigh )
586 RETVAL= GetFileSize( hFile, lpFileSizeHigh );
H A DFile.pm369 my $low_size = GetFileSize($handle, $high_size);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp190 if (section && section->GetFileSize() > 0) { in CreateMemoryRegions()
192 FileRange file_range(section->GetFileOffset(), section->GetFileSize()); in CreateMemoryRegions()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h152 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp419 DWORD dwFileSizeLo = ::GetFileSize(hFile, &dwFileSizeHi); in GetFileNameFromHandleFallback()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h360 lldb::user_id_t GetFileSize(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3125 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize() function in GDBRemoteCommunicationClient
/openbsd/gnu/llvm/lldb/source/Core/
H A DSection.cpp672 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp540 debug_info_file_size = section->GetFileSize(); in CalculateAbilities()
546 debug_abbrev_file_size = section->GetFileSize(); in CalculateAbilities()
568 debug_line_file_size = section->GetFileSize(); in CalculateAbilities()
581 if (section && section->GetFileSize() == 1) { in CalculateAbilities()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp164 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2791 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2792 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections()
2793 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
/openbsd/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp963 Printer.formatLine("File size: {0}", S->GetFileSize()); in dumpSectionList()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp924 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1787 segment_min_file_offset + segment->GetFileSize(); in ProcessSegmentCommand()
6140 if (section->GetFileSize() == 0 && !is_dsym)