Searched refs:platform_dict (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1162 auto platform_dict = std::make_unique<StructuredData::Dictionary>(); local
1167 platform_dict->AddStringItem(name_str, host_platform_sp->GetPluginName());
1168 platform_dict->AddStringItem(
1176 platform_dict->AddStringItem(name_str, llvm::StringRef(plugin_name));
1180 platform_dict->AddStringItem(desc_str, llvm::StringRef(plugin_desc));
1184 StructuredData::ObjectSP(platform_dict.release()));

Completed in 108 milliseconds