Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1227 static InstrumentationRuntimeInstances &GetInstrumentationRuntimeInstances() { in GetInstrumentationRuntimeInstances() function
1236 return GetInstrumentationRuntimeInstances().RegisterPlugin( in RegisterPlugin()
1242 return GetInstrumentationRuntimeInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1247 const auto &instances = GetInstrumentationRuntimeInstances().GetInstances(); in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1255 return GetInstrumentationRuntimeInstances().GetCallbackAtIndex(idx); in GetInstrumentationRuntimeCreateCallbackAtIndex()