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/
DScriptInterpreter.h202 virtual bool GenerateTypeScriptFunction(const char *oneliner,
208 virtual bool GenerateTypeScriptFunction(StringList &input,
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h57 bool GenerateTypeScriptFunction(StringList &input, std::string &output,
67 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
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/
DSBTypeCategory.cpp365 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectType.cpp184 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete()
1278 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()