Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h116 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h180 ExportFunctionDefinitionToInterpreter(StringList &function_def) override;
H A DScriptInterpreterPython.cpp1346 Status ScriptInterpreterPython::ExportFunctionDefinitionToInterpreter( in ExportFunctionDefinitionToInterpreter() function in ScriptInterpreterPython
1409 error = ExportFunctionDefinitionToInterpreter(auto_generated_function); in GenerateFunction()
1501 if (!ExportFunctionDefinitionToInterpreter(auto_generated_class).Success()) in GenerateTypeSynthClass()