/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 244 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 D | Platform.cpp | 690 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize() function in Platform
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 41 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
|
H A D | Platform.h | 498 virtual lldb::user_id_t GetFileSize(const FileSpec &file_spec);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 122 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
|
H A D | PlatformRemoteGDBServer.cpp | 595 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 D | File.xs | 582 GetFileSize( hFile, lpFileSizeHigh ) 586 RETVAL= GetFileSize( hFile, lpFileSizeHigh );
|
H A D | File.pm | 369 my $low_size = GetFileSize($handle, $high_size);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 190 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 D | Section.h | 152 lldb::offset_t GetFileSize() const { return m_file_size; } in GetFileSize() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | DebuggerThread.cpp | 419 DWORD dwFileSizeLo = ::GetFileSize(hFile, &dwFileSizeHi); in GetFileNameFromHandleFallback()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 360 lldb::user_id_t GetFileSize(const FileSpec &file_spec);
|
H A D | GDBRemoteCommunicationClient.cpp | 3125 lldb::user_id_t GDBRemoteCommunicationClient::GetFileSize( in GetFileSize() function in GDBRemoteCommunicationClient
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Section.cpp | 672 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 164 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2791 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 D | lldb-test.cpp | 963 Printer.formatLine("File size: {0}", S->GetFileSize()); in dumpSectionList()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 924 user_id_t size = platform_sp->GetFileSize(FileSpec(remote_file_path)); in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1787 segment_min_file_offset + segment->GetFileSize(); in ProcessSegmentCommand() 6140 if (section->GetFileSize() == 0 && !is_dsym)
|