Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1662 typedef std::vector<SymbolFileInstance> SymbolFileInstances; typedef
1669 static SymbolFileInstances &GetSymbolFileInstances() { in GetSymbolFileInstances()
1670 static SymbolFileInstances g_instances; in GetSymbolFileInstances()
1695 SymbolFileInstances &instances = GetSymbolFileInstances(); in UnregisterPlugin()
1697 SymbolFileInstances::iterator pos, end = instances.end(); in UnregisterPlugin()
1711 SymbolFileInstances &instances = GetSymbolFileInstances(); in GetSymbolFileCreateCallbackAtIndex()
1722 SymbolFileInstances &instances = GetSymbolFileInstances(); in GetSymbolFileCreateCallbackForPluginName()
1724 SymbolFileInstances::iterator pos, end = instances.end(); in GetSymbolFileCreateCallbackForPluginName()