Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h387 static const char *GetTraceExporterPluginNameAtIndex(uint32_t index);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1128 const char *PluginManager::GetTraceExporterPluginNameAtIndex(uint32_t index) { in GetTraceExporterPluginNameAtIndex() function in PluginManager
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1940 PluginManager::GetTraceExporterPluginNameAtIndex(i)) { in CommandObjectTraceExport()