Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1397 static uint32_t num_created_functions = 0; in GenerateTypeScriptFunction() local
1410 num_created_functions, name_token)); in GenerateTypeScriptFunction()
1424 static uint32_t num_created_functions = 0; in GenerateScriptAliasFunction() local
1433 "lldb_autogen_python_cmd_alias_func", num_created_functions)); in GenerateScriptAliasFunction()
2169 static uint32_t num_created_functions = 0; in GenerateBreakpointCommandCallbackData() local
2179 "lldb_autogen_python_bp_callback_func_", num_created_functions)); in GenerateBreakpointCommandCallbackData()
2198 static uint32_t num_created_functions = 0; in GenerateWatchpointCommandCallbackData() local
2206 "lldb_autogen_python_wp_callback_func_", num_created_functions)); in GenerateWatchpointCommandCallbackData()