Home
last modified time | relevance | path

Searched refs:ExportFunctionDefinitionToInterpreter (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h148 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h52 ExportFunctionDefinitionToInterpreter(StringList &function_def) override;
DScriptInterpreterPython.cpp1327 Status ScriptInterpreterPythonImpl::ExportFunctionDefinitionToInterpreter( in ExportFunctionDefinitionToInterpreter() function in ScriptInterpreterPythonImpl
1390 error = ExportFunctionDefinitionToInterpreter(auto_generated_function); in GenerateFunction()
1481 if (!ExportFunctionDefinitionToInterpreter(auto_generated_class).Success()) in GenerateTypeSynthClass()