/llvm-project/lldb/unittests/Host/common/ |
H A D | ZipFileResolverTest.cpp | 35 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 D | setbuf.pass.cpp | 20 static std::size_t file_size(const char* filename) { file_size() function
|
/llvm-project/lldb/source/Utility/ |
H A D | ZipFile.cpp | 109 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 D | ObjectFile.cpp | 37 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 D | ObjectContainerBSDArchive.h | 103 lldb::offset_t file_size = 0; member
|
H A D | ObjectContainerBSDArchive.cpp | 409 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 D | directory_entry.h | 142 _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 D | operations.h | 160 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 D | ObjectContainerUniversalMachO.cpp | 193 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 193 lldb::offset_t file_size = section->GetFileSize(); in ReadSectionData() local
|
H A D | REPL.cpp | 203 const size_t file_size = fs.GetByteSize(pathTwine); in ReadCode() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 162 void SetFileSize(lldb::offset_t file_size) { m_file_size = file_size; } in SetFileSize()
|
/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 161 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 D | Module.cpp | 153 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 D | GDBRemoteCommunicationServerCommon.cpp | 1116 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 D | ObjectContainerMachOFileset.cpp | 223 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications() argument
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 78 static uint64_t file_size = 0; variable [all...] |
/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 525 uint64_t file_size = RunShellCommand() local
|
/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 137 lldb::offset_t file_size = 0; in CreateTargetInternal() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 688 inline std::error_code file_size(const Twine &Path, uint64_t &Result) { file_size() function
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-port.cc | 1206 const size_t file_size = GetFileSize(file); in ReadEntireFile() local
|
/llvm-project/llvm/tools/lto/ |
H A D | lto.cpp | 229 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 D | ObjectFileELF.cpp | 1931 const uint64_t file_size = CreateSections() local
|