Searched refs:GenerateTypeScriptFunction (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 168 virtual bool GenerateTypeScriptFunction(const char *oneliner, 174 virtual bool GenerateTypeScriptFunction(StringList &input,
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPythonImpl.h | 54 bool GenerateTypeScriptFunction(StringList &input, std::string &output, 64 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
|
D | ScriptInterpreterPython.cpp | 1395 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl 2152 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl 2156 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeCategory.cpp | 430 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectType.cpp | 181 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete() 1341 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()
|