Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h440 GetThreadTraceExportCommandCreatorAtIndex(uint32_t index);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1334 PluginManager::GetThreadTraceExportCommandCreatorAtIndex(uint32_t index) { in GetThreadTraceExportCommandCreatorAtIndex() function in PluginManager
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2027 PluginManager::GetThreadTraceExportCommandCreatorAtIndex(i)) { in CommandObjectTraceExport()