Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h415 InstrumentationRuntimeCreateInstance create_callback,
419 UnregisterPlugin(InstrumentationRuntimeCreateInstance create_callback);
424 static InstrumentationRuntimeCreateInstance
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp23 InstrumentationRuntimeCreateInstance create_callback = nullptr; in ModulesDidLoad()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h106 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)( typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1189 : public PluginInstance<InstrumentationRuntimeCreateInstance> {
1193 : PluginInstance<InstrumentationRuntimeCreateInstance>( in InstrumentationRuntimeInstance()
1210 InstrumentationRuntimeCreateInstance create_callback, in RegisterPlugin()
1217 InstrumentationRuntimeCreateInstance create_callback) { in UnregisterPlugin()
1229 InstrumentationRuntimeCreateInstance