Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp243 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in RemoteAwarePlatform
245 return m_remote_platform_sp->GetFileSize(file_spec); in GetFileSize()
246 return Platform::GetFileSize(file_spec); in GetFileSize()
H A DPlatform.cpp688 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in Platform
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h40 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatform.h497 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h121 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
H A DPlatformRemoteGDBServer.cpp600 PlatformRemoteGDBServer::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in PlatformRemoteGDBServer
602 return m_gdb_client_up->GetFileSize(file_spec); in GetFileSize()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp310 if (section && section->GetFileSize() > 0) { in DoLoadCore()
312 FileRange file_range(section->GetFileOffset(), section->GetFileSize()); in DoLoadCore()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h152 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1208 size_t GetFileSize(FILE* file) { in GetFileSize() function
1214 const size_t file_size = GetFileSize(file); in ReadEntireFile()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h365 lldb::user_id_t GetFileSize(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3119 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp418 DWORD dwFileSizeLo = ::GetFileSize(hFile, &dwFileSizeHi); in GetFileNameFromHandleFallback()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp672 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp163 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2731 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2732 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections()
2733 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1132 GTEST_API_ size_t GetFileSize(FILE* file);
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp865 Printer.formatLine("File size: {0}", S->GetFileSize()); in dumpSectionList()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp923 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1771 segment_min_file_offset + segment->GetFileSize(); in ProcessSegmentCommand()
6118 if (section->GetFileSize() == 0 && !is_dsym)