/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPlatformPythonInterface.cpp | 47 StructuredData::DictionarySP dict_sp = ListProcesses() local 65 StructuredData::DictionarySP dict_sp = GetProcessInfo() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | ScriptedMetadata.h | 19 StructuredData::DictionarySP dict_sp) in ScriptedMetadata()
|
/llvm-project/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 351 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 D | SBAttachInfo.cpp | 309 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 D | TestOptionValue.cpp | 87 auto dict_sp = std::make_shared<OptionValueDictionary>(1 << eTypeUInt64); in CreateGlobal() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 139 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local
|
/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 224 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo() local
|
/llvm-project/lldb/source/Host/windows/ |
H A D | Host.cpp | 247 auto dict_sp = data_sp->GetAsDictionary(); ShellExpandArguments() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 169 auto dict_sp = StructuredData::ObjectSP(d); in RetrieveReportData() local
|
/llvm-project/lldb/source/Host/common/ |
H A D | XML.cpp | 468 std::shared_ptr<StructuredData::Dictionary> dict_sp( in CreatePlistValue() local
|
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.cpp | 197 AddThreadExtendedInfoPacketHints(lldb_private::StructuredData::ObjectSP dict_sp) AddThreadExtendedInfoPacketHints() argument
|
/llvm-project/lldb/unittests/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClientTest.cpp | 292 auto dict_sp = object_sp->GetAsDictionary(); in TEST_F() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 241 auto dict_sp = std::make_shared<StructuredData::Dictionary>(); in ConvertToStructuredArray() local
|
/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
H A D | PythonDataObjectsTests.cpp | 544 auto dict_sp = dict.CreateStructuredDictionary(); in TEST_F() local
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 991 StructuredData::DictionarySP dict_sp = ExtractAppSpecificInfo() local
|