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.h463 InstrumentationRuntimeCreateInstance create_callback,
467 UnregisterPlugin(InstrumentationRuntimeCreateInstance create_callback);
472 static InstrumentationRuntimeCreateInstance
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h119 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)( typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1403 : public PluginInstance<InstrumentationRuntimeCreateInstance> {
1408 : PluginInstance<InstrumentationRuntimeCreateInstance>(name, description, in InstrumentationRuntimeInstance()
1425 InstrumentationRuntimeCreateInstance create_callback, in RegisterPlugin()
1432 InstrumentationRuntimeCreateInstance create_callback) { in UnregisterPlugin()
1444 InstrumentationRuntimeCreateInstance