Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp97 ConstString archive_object; in FindPlugin() local
100 archive_object, must_exist)) { in FindPlugin()
104 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
569 ConstString &archive_object, in SplitArchivePathWithObject() argument
581 archive_object.SetString(object); in SplitArchivePathWithObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h207 lldb_private::ConstString &archive_object, bool must_exist);