Home
last modified time | relevance | path

Searched refs:Execute_PythonClass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp366 bool Execute_PythonClass(Args &command, CommandReturnObject &result);
375 return Execute_PythonClass(command, result); in DoExecute()
2324 bool CommandObjectTypeSynthAdd::Execute_PythonClass( in Execute_PythonClass() function in CommandObjectTypeSynthAdd