Home
last modified time | relevance | path

Searched defs:file_size (Results 1 – 23 of 23) sorted by relevance

/llvm-project/lldb/unittests/Host/common/
H A DZipFileResolverTest.cpp35 lldb::offset_t file_size; in TEST_F() local
52 lldb::offset_t file_size; in TEST_F() local
64 lldb::offset_t file_size; in TEST_F() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dsetbuf.pass.cpp20 static std::size_t file_size(const char* filename) { file_size() function
/llvm-project/lldb/source/Utility/
H A DZipFile.cpp109 lldb::offset_t &file_offset, lldb::offset_t &file_size) { in GetFile()
133 lldb::offset_t &file_size) { in FindFile()
174 lldb::offset_t &file_offset, lldb::offset_t &file_size) { in Find()
/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp37 lldb::offset_t file_offset, lldb::offset_t file_size, in CreateObjectFromContainer() argument
54 lldb::offset_t file_offset, lldb::offset_t file_size, in FindPlugin() argument
198 GetModuleSpecifications(const FileSpec & file,lldb::offset_t file_offset,lldb::offset_t file_size,ModuleSpecList & specs,DataBufferSP data_sp) GetModuleSpecifications() argument
224 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t file_size,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
[all...]
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h103 lldb::offset_t file_size = 0; member
H A DObjectContainerBSDArchive.cpp409 lldb::offset_t file_size = object->size; GetObjectFile() local
434 GetModuleSpecifications(const lldb_private::FileSpec & file,lldb::DataBufferSP & data_sp,lldb::offset_t data_offset,lldb::offset_t file_offset,lldb::offset_t file_size,lldb_private::ModuleSpecList & specs) GetModuleSpecifications() argument
[all...]
/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h142 _LIBCPP_HIDE_FROM_ABI uintmax_t file_size() const { return __get_size(); } file_size() function
144 _LIBCPP_HIDE_FROM_ABI uintmax_t file_size(error_code& __ec) const noexcept { return __get_size(&__ec); } file_size() function
H A Doperations.h160 inline _LIBCPP_HIDE_FROM_ABI uintmax_t file_size(const path& __p) { return __file_size(__p); } in file_size() function
161 inline _LIBCPP_HIDE_FROM_ABI uintmax_t file_size(const path& __p, error_code& __ec) noexcept { in file_size() function
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp193 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp193 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData() local
H A DREPL.cpp203 const size_t file_size = fs.GetByteSize(pathTwine); in ReadCode() local
/llvm-project/lldb/include/lldb/Core/
H A DSection.h162 void SetFileSize(lldb::offset_t file_size) { m_file_size = file_size; } in SetFileSize()
/llvm-project/lldb/source/Core/
H A DSection.cpp161 Section(const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
177 Section(const lldb::SectionSP & parent_section_sp,const ModuleSP & module_sp,ObjectFile * obj_file,user_id_t sect_id,ConstString name,SectionType sect_type,addr_t file_addr,addr_t byte_size,lldb::offset_t file_offset,lldb::offset_t file_size,uint32_t log2align,uint32_t flags,uint32_t target_byte_size) Section() argument
H A DModule.cpp153 lldb::offset_t file_size = 0; Module() local
1191 lldb::offset_t file_size = 0; GetObjectFile() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1116 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_qModuleInfo() local
1184 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_jModulesInfo() local
1331 lldb::offset_t file_size = 0; in GetModuleInfo() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp223 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications() argument
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c78 static uint64_t file_size = 0; variable
[all...]
/llvm-project/lldb/source/Host/common/
H A DHost.cpp525 uint64_t file_size = RunShellCommand() local
/llvm-project/lldb/source/Target/
H A DTargetList.cpp137 lldb::offset_t file_size = 0; in CreateTargetInternal() local
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h688 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { file_size() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc1206 const size_t file_size = GetFileSize(file); in ReadEntireFile() local
/llvm-project/llvm/tools/lto/
H A Dlto.cpp229 lto_module_create_from_fd_at_offset(int fd,const char * path,size_t file_size,size_t map_size,off_t offset) lto_module_create_from_fd_at_offset() argument
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1931 const uint64_t file_size = CreateSections() local