Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBDebugger.cpp663 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddBoolConfigEntry() local
664 entry_up->AddBooleanItem("value", value); in AddBoolConfigEntry()
665 entry_up->AddStringItem("description", description); in AddBoolConfigEntry()
666 dict.AddItem(name, std::move(entry_up)); in AddBoolConfigEntry()
674 auto entry_up = std::make_unique<StructuredData::Dictionary>(); in AddLLVMTargets() local
675 entry_up->AddItem("value", std::move(array_up)); in AddLLVMTargets()
676 entry_up->AddStringItem("description", "A list of configured LLVM targets."); in AddLLVMTargets()
677 dict.AddItem("targets", std::move(entry_up)); in AddLLVMTargets()