| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 192 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 D | RemoteAwarePlatform.cpp | 243 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 D | Platform.cpp | 688 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in Platform
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBSection.cpp | 169 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 D | ObjectFile.cpp | 499 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 D | RemoteAwarePlatform.h | 40 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
|
| H A D | Platform.h | 497 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 121 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
|
| H A D | PlatformRemoteGDBServer.cpp | 600 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 D | ProcessMachCore.cpp | 310 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 D | Section.h | 152 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize() function
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 1208 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 D | GDBRemoteCommunicationClient.h | 365 lldb::user_id_t GetFileSize(const FileSpec &file_spec);
|
| H A D | GDBRemoteCommunicationClient.cpp | 3119 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize() function in GDBRemoteCommunicationClient
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | DebuggerThread.cpp | 418 DWORD dwFileSizeLo = ::GetFileSize(hFile, &dwFileSizeHi); in GetFileNameFromHandleFallback()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Section.cpp | 672 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 540 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 D | ProcessMinidump.cpp | 163 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2731 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 D | gtest-port.h | 1132 GTEST_API_ size_t GetFileSize(FILE* file);
|
| /llvm-project-15.0.7/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 865 Printer.formatLine("File size: {0}", S->GetFileSize()); in dumpSectionList()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 923 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 D | ObjectFileMachO.cpp | 1771 segment_min_file_offset + segment->GetFileSize(); in ProcessSegmentCommand() 6118 if (section->GetFileSize() == 0 && !is_dsym)
|