Home
last modified time | relevance | path

Searched defs:AddFloatItem (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h279 void AddFloatItem(double value) { AddItem(std::make_shared<Float>(value)); } in AddFloatItem() function
525 void AddFloatItem(llvm::StringRef key, double value) { in AddFloatItem() function
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h268 void AddFloatItem(std::string key, double value) { in AddFloatItem() function