Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h394 GetThreadTraceExportCommandCreatorAtIndex(uint32_t index);
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1143 PluginManager::GetThreadTraceExportCommandCreatorAtIndex(uint32_t index) { in GetThreadTraceExportCommandCreatorAtIndex() function in PluginManager
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp2036 PluginManager::GetThreadTraceExportCommandCreatorAtIndex(i)) { in CommandObjectTraceExport()