Searched defs:args_sp (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | OperatingSystemPythonInterface.cpp | 35 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
|
H A D | ScriptedPlatformPythonInterface.cpp | 37 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
|
H A D | ScriptedThreadPlanPythonInterface.cpp | 33 CreatePluginObject(const llvm::StringRef class_name,lldb::ThreadPlanSP thread_plan_sp,const StructuredDataImpl & args_sp) CreatePluginObject() argument
|
H A D | ScriptedThreadPythonInterface.cpp | 36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
|
H A D | ScriptedProcessPythonInterface.cpp | 39 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 D | Host.cpp | 253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); ShellExpandArguments() local
|