Searched refs:GenerateTypeScriptFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 134 virtual bool GenerateTypeScriptFunction(const char *oneliner, 140 virtual bool GenerateTypeScriptFunction(StringList &input,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 182 bool GenerateTypeScriptFunction(StringList &input, std::string &output, 192 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
|
| H A D | ScriptInterpreterPython.cpp | 1414 bool ScriptInterpreterPython::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPython 2119 bool ScriptInterpreterPython::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPython 2123 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 362 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 198 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete() 1379 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()
|