Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h202 virtual bool GenerateTypeScriptFunction(const char *oneliner,
208 virtual bool GenerateTypeScriptFunction(StringList &input,
/openbsd-src/gnu/llvm/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.cpp1336 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 DSBTypeCategory.cpp365 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp184 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete()
1278 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()