Home
last modified time | relevance | path

Searched defs:args_sp (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptedPlatformPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
DScriptedThreadPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
DScriptedProcessPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DHost.cpp253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments() local