Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp89 ConstString archive_object; in FindPlugin() local
92 path_with_object, archive_file, archive_object, must_exist)) { in FindPlugin()
96 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
578 ConstString &archive_object, in SplitArchivePathWithObject() argument
590 archive_object.SetString(object); in SplitArchivePathWithObject()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h211 lldb_private::ConstString &archive_object, bool must_exist);