Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h195 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 DScriptInterpreterPythonImpl.h57 bool GenerateTypeScriptFunction(StringList &input, std::string &output,
67 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
H A DScriptInterpreterPython.cpp1446 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 DSBTypeCategory.cpp428 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp181 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete()
1325 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()