Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp85 char path_with_object[PATH_MAX * 2]; in FindPlugin() local
86 module_sp->GetFileSpec().GetPath(path_with_object, in FindPlugin()
87 sizeof(path_with_object)); in FindPlugin()
92 path_with_object, archive_file, archive_object, must_exist)) { in FindPlugin()
577 bool ObjectFile::SplitArchivePathWithObject(const char *path_with_object, in SplitArchivePathWithObject() argument
583 if (g_object_regex.Execute(llvm::StringRef::withNullAsEmpty(path_with_object), in SplitArchivePathWithObject()
587 if (regex_match.GetMatchAtIndex(path_with_object, 1, path) && in SplitArchivePathWithObject()
588 regex_match.GetMatchAtIndex(path_with_object, 2, obj)) { in SplitArchivePathWithObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h219 const char *path_with_object, lldb_private::FileSpec &archive_file,