Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindAssembly.cpp18 UnwindAssemblyCreateInstance create_callback; in FindPlugin()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h403 UnwindAssemblyCreateInstance create_callback);
405 static bool UnregisterPlugin(UnwindAssemblyCreateInstance create_callback);
407 static UnwindAssemblyCreateInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h105 typedef UnwindAssembly *(*UnwindAssemblyCreateInstance)(const ArchSpec &arch); typedef
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1171 typedef PluginInstance<UnwindAssemblyCreateInstance> UnwindAssemblyInstance;
1181 UnwindAssemblyCreateInstance create_callback) { in RegisterPlugin()
1187 UnwindAssemblyCreateInstance create_callback) { in UnregisterPlugin()
1191 UnwindAssemblyCreateInstance