Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h220 PlatformCreateInstance create_callback,
223 static bool UnregisterPlugin(PlatformCreateInstance create_callback);
225 static PlatformCreateInstance GetPlatformCreateCallbackAtIndex(uint32_t idx);
227 static PlatformCreateInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h80 typedef lldb::PlatformSP (*PlatformCreateInstance)(bool force, typedef
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp783 typedef PluginInstance<PlatformCreateInstance> PlatformInstance;
793 PlatformCreateInstance create_callback, in RegisterPlugin()
799 bool PluginManager::UnregisterPlugin(PlatformCreateInstance create_callback) { in UnregisterPlugin()
812 PlatformCreateInstance
817 PlatformCreateInstance
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp259 if (PlatformCreateInstance create_callback = in Create()
1999 PlatformCreateInstance create_callback; in GetOrCreate()
2102 PlatformCreateInstance create_callback; in LoadPlatformBinaryAndSetup()