Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h183 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h55 ExportFunctionDefinitionToInterpreter(StringList &function_def) override;
H A DScriptInterpreterPython.cpp1283 StringList &function_def) { in ExportFunctionDefinitionToInterpreter() argument
1285 std::string function_def_string(function_def.CopyList()); in ExportFunctionDefinitionToInterpreter()