Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1730 static InstrumentationRuntimeInstances &GetInstrumentationRuntimeInstances() { in GetInstrumentationRuntimeInstances() function
1739 return GetInstrumentationRuntimeInstances().RegisterPlugin( in RegisterPlugin()
1745 return GetInstrumentationRuntimeInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1751 GetInstrumentationRuntimeInstances().GetInstanceAtIndex(idx)) in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1758 return GetInstrumentationRuntimeInstances().GetCallbackAtIndex(idx); in GetInstrumentationRuntimeCreateCallbackAtIndex()
2291 return GetInstrumentationRuntimeInstances().GetPluginInfoForAllInstances(); in GetInstrumentationRuntimePluginInfo()
2295 return GetInstrumentationRuntimeInstances().SetInstanceEnabled(name, enable); in SetInstrumentationRuntimePluginEnabled()