Searched refs:GenerateTypeScriptFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 195 virtual bool GenerateTypeScriptFunction(const char *oneliner, 201 virtual bool GenerateTypeScriptFunction(StringList &input,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 57 bool GenerateTypeScriptFunction(StringList &input, std::string &output, 67 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
|
| H A D | ScriptInterpreterPython.cpp | 1446 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl 2177 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl 2181 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 428 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 181 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete() 1325 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()
|