Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h134 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 DScriptInterpreterPython.h182 bool GenerateTypeScriptFunction(StringList &input, std::string &output,
192 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
H A DScriptInterpreterPython.cpp1414 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 DSBTypeCategory.cpp362 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp198 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete()
1379 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()