Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h248 PlatformCreateInstance create_callback,
251 static bool UnregisterPlugin(PlatformCreateInstance create_callback);
253 static PlatformCreateInstance GetPlatformCreateCallbackAtIndex(uint32_t idx);
255 static PlatformCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h64 typedef lldb::PlatformSP (*PlatformCreateInstance)(bool force, typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1241 PlatformCreateInstance create_callback;
1259 PlatformCreateInstance create_callback, in RegisterPlugin()
1293 bool PluginManager::UnregisterPlugin(PlatformCreateInstance create_callback) { in UnregisterPlugin()
1309 PlatformCreateInstance
1318 PlatformCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp286 PlatformCreateInstance create_callback = nullptr; in Create()
334 PlatformCreateInstance create_callback; in Create()