Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1192 llvm::StringRef plugin_desc = in GetAvailablePlatformInfoAtIndex() local
1194 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc)); in GetAvailablePlatformInfoAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp227 llvm::StringRef plugin_desc = in DoExecute() local
229 ostrm.Format("{0}: {1}\n", plugin_name, plugin_desc); in DoExecute()