Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h390 InstrumentationRuntimeCreateInstance create_callback,
394 UnregisterPlugin(InstrumentationRuntimeCreateInstance create_callback);
399 static InstrumentationRuntimeCreateInstance
/external/llvm-project/lldb/source/Target/
DInstrumentationRuntime.cpp23 InstrumentationRuntimeCreateInstance create_callback = nullptr; in ModulesDidLoad()
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h104 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)( typedef
/external/llvm-project/lldb/source/Core/
DPluginManager.cpp1127 : public PluginInstance<InstrumentationRuntimeCreateInstance> {
1131 : PluginInstance<InstrumentationRuntimeCreateInstance>( in InstrumentationRuntimeInstance()
1148 InstrumentationRuntimeCreateInstance create_callback, in RegisterPlugin()
1155 InstrumentationRuntimeCreateInstance create_callback) { in UnregisterPlugin()
1167 InstrumentationRuntimeCreateInstance