Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1351 static UnwindAssemblyInstances &GetUnwindAssemblyInstances() { in GetUnwindAssemblyInstances() function
1359 return GetUnwindAssemblyInstances().RegisterPlugin(name, description, in RegisterPlugin()
1365 return GetUnwindAssemblyInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1370 return GetUnwindAssemblyInstances().GetCallbackAtIndex(idx); in GetUnwindAssemblyCreateCallbackAtIndex()