Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp23 InstrumentationRuntimeCreateInstance create_callback = nullptr; in ModulesDidLoad()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h547 InstrumentationRuntimeCreateInstance create_callback,
551 UnregisterPlugin(InstrumentationRuntimeCreateInstance create_callback);
556 static InstrumentationRuntimeCreateInstance
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h121 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)( typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1715 : public PluginInstance<InstrumentationRuntimeCreateInstance> {
1720 : PluginInstance<InstrumentationRuntimeCreateInstance>(name, description, in InstrumentationRuntimeInstance()
1737 InstrumentationRuntimeCreateInstance create_callback, in RegisterPlugin()
1744 InstrumentationRuntimeCreateInstance create_callback) { in UnregisterPlugin()
1756 InstrumentationRuntimeCreateInstance