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.cpp1418 static InstrumentationRuntimeInstances &GetInstrumentationRuntimeInstances() { in GetInstrumentationRuntimeInstances() function
1427 return GetInstrumentationRuntimeInstances().RegisterPlugin( in RegisterPlugin()
1433 return GetInstrumentationRuntimeInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1438 const auto &instances = GetInstrumentationRuntimeInstances().GetInstances(); in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1446 return GetInstrumentationRuntimeInstances().GetCallbackAtIndex(idx); in GetInstrumentationRuntimeCreateCallbackAtIndex()