Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h253 static PlatformCreateInstance GetPlatformCreateCallbackAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp338 PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in Create()
353 PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1310 PluginManager::GetPlatformCreateCallbackAtIndex(uint32_t idx) { in GetPlatformCreateCallbackAtIndex() function in PluginManager