Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp23 InstrumentationRuntimeCreateInstance create_callback = nullptr; in ModulesDidLoad()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h422 InstrumentationRuntimeCreateInstance create_callback,
426 UnregisterPlugin(InstrumentationRuntimeCreateInstance create_callback);
431 static InstrumentationRuntimeCreateInstance
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h109 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)( typedef
/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1226 : public PluginInstance<InstrumentationRuntimeCreateInstance> {
1231 : PluginInstance<InstrumentationRuntimeCreateInstance>(name, description, in InstrumentationRuntimeInstance()
1248 InstrumentationRuntimeCreateInstance create_callback, in RegisterPlugin()
1255 InstrumentationRuntimeCreateInstance create_callback) { in UnregisterPlugin()
1267 InstrumentationRuntimeCreateInstance