Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSaveCoreOptions.cpp22 if (!PluginManager::IsRegisteredObjectFilePluginName(name)) { in SetPluginName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h181 static bool IsRegisteredObjectFilePluginName(llvm::StringRef name);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp643 bool PluginManager::IsRegisteredObjectFilePluginName(llvm::StringRef name) { in IsRegisteredObjectFilePluginName() function in PluginManager