Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp1832 typedef std::vector<UnwindAssemblyInstance> UnwindAssemblyInstances; typedef
1839 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances()
1840 static UnwindAssemblyInstances g_instances; in GetUnwindAssemblyInstances()
1864 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances(); in UnregisterPlugin()
1866 UnwindAssemblyInstances::iterator pos, end = instances.end(); in UnregisterPlugin()
1880 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances(); in GetUnwindAssemblyCreateCallbackAtIndex()
1891 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances(); in GetUnwindAssemblyCreateCallbackForPluginName()
1893 UnwindAssemblyInstances::iterator pos, end = instances.end(); in GetUnwindAssemblyCreateCallbackForPluginName()