Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp754 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddBoolConfigEntry() local
755 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()
756 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()
757 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()
765 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddLLVMTargets() local
766 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()
767 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()
768 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()