reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
   93   uint64_t GetByteSize(const FileSpec &file_spec) const;

References

tools/lldb/include/lldb/Core/ModuleSpec.h
   36         m_object_size(FileSystem::Instance().GetByteSize(file_spec)),
   42         m_object_size(FileSystem::Instance().GetByteSize(file_spec)),
tools/lldb/source/Core/Module.cpp
 1228           FileSystem::Instance().GetByteSize(m_file);
tools/lldb/source/Host/common/Host.cpp
  558             FileSystem::Instance().GetByteSize(output_file_spec);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  579                   (FileSystem::Instance().GetByteSize(file) - file_offset) /
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1585       FileSystem::Instance().GetByteSize(dwo_file), dwo_file_data_sp,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   49       lldb_private::FileSystem::Instance().GetByteSize(file_spec), file_data_sp,
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  104       module_sp, &dsym_fspec, 0, FileSystem::Instance().GetByteSize(dsym_fspec),
tools/lldb/source/Symbol/ObjectFile.cpp
   93           file_size = FileSystem::Instance().GetByteSize(archive_file);
  216           FileSystem::Instance().GetByteSize(file);
tools/lldb/source/Symbol/SymbolVendor.cpp
   49         module_sp, &sym_spec, 0, FileSystem::Instance().GetByteSize(sym_spec),
tools/lldb/source/Target/ModuleCache.cpp
  233   if (FileSystem::Instance().GetByteSize(module_file_path) !=
tools/lldb/unittests/Host/FileSystemTest.cpp
  208             fs.GetByteSize(FileSpec("/foo", FileSpec::Style::posix)));
tools/lldb/unittests/Target/ModuleCacheTest.cpp
   90   EXPECT_EQ(module_size, FileSystem::Instance().GetByteSize(uuid_view));
   95   EXPECT_EQ(module_size, FileSystem::Instance().GetByteSize(sysroot_view));