Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DPluginManager.cpp1141 static InstrumentationRuntimeInstances &GetInstrumentationRuntimeInstances() { in GetInstrumentationRuntimeInstances() function
1150 return GetInstrumentationRuntimeInstances().RegisterPlugin( in RegisterPlugin()
1156 return GetInstrumentationRuntimeInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1161 const auto &instances = GetInstrumentationRuntimeInstances().GetInstances(); in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1169 return GetInstrumentationRuntimeInstances().GetCallbackAtIndex(idx); in GetInstrumentationRuntimeCreateCallbackAtIndex()