Home
last modified time | relevance | path

Searched defs:dict_sp (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp47 StructuredData::DictionarySP dict_sp = ListProcesses() local
65 StructuredData::DictionarySP dict_sp = GetProcessInfo() local
/llvm-project/lldb/include/lldb/Utility/
H A DScriptedMetadata.h19 StructuredData::DictionarySP dict_sp) in ScriptedMetadata()
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp351 StructuredData::DictionarySP dict_sp = in SetScriptedProcessClassName() local
366 lldb_private::StructuredData::DictionarySP dict_sp = metadata_sp->GetArgsSP(); in GetScriptedProcessDictionary() local
382 StructuredData::DictionarySP dict_sp = in SetScriptedProcessDictionary() local
H A DSBAttachInfo.cpp309 lldb_private::StructuredData::DictionarySP dict_sp = metadata_sp->GetArgsSP(); in GetScriptedProcessDictionary() local
326 StructuredData::DictionarySP dict_sp = in SetScriptedProcessDictionary() local
/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp87 auto dict_sp = std::make_shared<OptionValueDictionary>(1 << eTypeUInt64); in CreateGlobal() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp139 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp224 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo() local
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp247 auto dict_sp = data_sp->GetAsDictionary(); ShellExpandArguments() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp169 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local
/llvm-project/lldb/source/Host/common/
H A DXML.cpp468 std::shared_ptr<StructuredData::Dictionary> dict_sp( in CreatePlistValue() local
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp197 AddThreadExtendedInfoPacketHints(lldb_private::StructuredData::ObjectSP dict_sp) AddThreadExtendedInfoPacketHints() argument
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp292 auto dict_sp = object_sp->GetAsDictionary(); in TEST_F() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp241 auto dict_sp = std::make_shared<StructuredData::Dictionary>(); in ConvertToStructuredArray() local
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp544 auto dict_sp = dict.CreateStructuredDictionary(); in TEST_F() local
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp991 StructuredData::DictionarySP dict_sp = ExtractAppSpecificInfo() local