Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/argdumper/
H A Dargdumper.cpp20 arguments->AppendObject(JSONString::SP(new JSONString(argv[i]))); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLVector.h48 void AppendObject(_Object &object) { in AppendObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DJSON.cpp180 bool JSONArray::AppendObject(JSONValue::SP value) { in AppendObject() function in JSONArray
491 array_up->AppendObject(value_sp); in ParseJSONArray()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h240 bool AppendObject(JSONValue::SP value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp261 m_synthetic_children_cache.AppendObject(synth_guy); in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp237 server_list.AppendObject(server_sp); in Handle_qQueryGDBServer()
H A DGDBRemoteCommunicationServerCommon.cpp1154 response_array_sp->AppendObject(response); in Handle_jModulesInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp524 threads_array_sp->AppendObject(thread_obj_sp);
557 medata_array_sp->AppendObject(std::make_shared<JSONNumber>(
H A DGDBRemoteCommunicationClient.cpp3608 module_array_sp->AppendObject(module_sp); in GetModulesInfo()