Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1362 static uint32_t num_created_functions = 0; in GenerateTypeScriptFunction() local
1375 num_created_functions, name_token)); in GenerateTypeScriptFunction()
1390 static uint32_t num_created_functions = 0; in GenerateScriptAliasFunction() local
1399 "lldb_autogen_python_cmd_alias_func", num_created_functions)); in GenerateScriptAliasFunction()
1765 static uint32_t num_created_functions = 0; in GenerateBreakpointCommandCallbackData() local
1775 "lldb_autogen_python_bp_callback_func_", num_created_functions)); in GenerateBreakpointCommandCallbackData()
1794 static uint32_t num_created_functions = 0; in GenerateWatchpointCommandCallbackData() local
1802 "lldb_autogen_python_wp_callback_func_", num_created_functions)); in GenerateWatchpointCommandCallbackData()