Searched refs:GenerateTypeScriptFunction (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 202 virtual bool GenerateTypeScriptFunction(const char *oneliner, 208 virtual bool GenerateTypeScriptFunction(StringList &input,
|
/openbsd-src/gnu/llvm/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 | 1336 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl 1953 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl 1957 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBTypeCategory.cpp | 365 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 184 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete() 1278 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()
|