Home
last modified time | relevance | path

Searched refs:GetPlatformCreateCallbackAtIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h219 static PlatformCreateInstance GetPlatformCreateCallbackAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp342 PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in Create()
357 PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in Create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp779 PluginManager::GetPlatformCreateCallbackAtIndex(uint32_t idx) { in GetPlatformCreateCallbackAtIndex() function in PluginManager