Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp705 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddBoolConfigEntry() local
706 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()
707 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()
708 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()
716 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddLLVMTargets() local
717 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()
718 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()
719 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()