Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp25 PluginManager::GetSaveCorePluginNames(); in SetPluginName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h267 static std::vector<llvm::StringRef> GetSaveCorePluginNames();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1305 PluginManager::GetSaveCorePluginNames(); in GetDefinitions()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1006 std::vector<llvm::StringRef> PluginManager::GetSaveCorePluginNames() { in GetSaveCorePluginNames() function in PluginManager