Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp35 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedPlatformPythonInterface.cpp37 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedThreadPlanPythonInterface.cpp33 CreatePluginObject(const llvm::StringRef class_name,lldb::ThreadPlanSP thread_plan_sp,const StructuredDataImpl & args_sp) CreatePluginObject() argument
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp39 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); ShellExpandArguments() local