Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1108 ThreadTraceExportCommandCreator create_thread_trace_export_command) in TraceExporterInstance()
1111 create_thread_trace_export_command(create_thread_trace_export_command) { in TraceExporterInstance()
1114 ThreadTraceExportCommandCreator create_thread_trace_export_command; member
1127 ThreadTraceExportCommandCreator create_thread_trace_export_command) { in RegisterPlugin() argument
1129 name, description, create_callback, create_thread_trace_export_command); in RegisterPlugin()
1146 return instance->create_thread_trace_export_command; in GetThreadTraceExportCommandCreatorAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h382 ThreadTraceExportCommandCreator create_thread_trace_export_command);