Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1448 static uint32_t num_created_functions = 0; in GenerateTypeScriptFunction() local
1461 num_created_functions, name_token)); in GenerateTypeScriptFunction()
1475 static uint32_t num_created_functions = 0; in GenerateScriptAliasFunction() local
1484 "lldb_autogen_python_cmd_alias_func", num_created_functions)); in GenerateScriptAliasFunction()
2194 static uint32_t num_created_functions = 0; in GenerateBreakpointCommandCallbackData() local
2204 "lldb_autogen_python_bp_callback_func_", num_created_functions)); in GenerateBreakpointCommandCallbackData()
2223 static uint32_t num_created_functions = 0; in GenerateWatchpointCommandCallbackData() local
2231 "lldb_autogen_python_wp_callback_func_", num_created_functions)); in GenerateWatchpointCommandCallbackData()