Home
last modified time | relevance | path

Searched refs:archive_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp96 FileSpec archive_file; in FindPlugin() local
99 if (ObjectFile::SplitArchivePathWithObject(path_with_object, archive_file, in FindPlugin()
101 file_size = FileSystem::Instance().GetByteSize(archive_file); in FindPlugin()
103 file = &archive_file; in FindPlugin()
104 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
119 archive_file.GetPath(), g_initial_bytes_to_read, file_offset); in FindPlugin()
559 FileSpec &archive_file, in SplitArchivePathWithObject() argument
569 archive_file.SetFile(archive, FileSpec::Style::native); in SplitArchivePathWithObject()
570 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h205 llvm::StringRef path_with_object, lldb_private::FileSpec &archive_file,