Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2139 (create_callback = PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in GetOrCreate()
2151 (create_callback = PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in GetOrCreate()
2240 (create_callback = PluginManager::GetPlatformCreateCallbackAtIndex(idx)); in LoadPlatformBinaryAndSetup()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h295 static PlatformCreateInstance GetPlatformCreateCallbackAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1107 PluginManager::GetPlatformCreateCallbackAtIndex(uint32_t idx) { in GetPlatformCreateCallbackAtIndex() function in PluginManager