Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp207 PluginManager::GetLanguageRuntimeCreateCallbackAtIndex(idx)) != in FindPlugin()
224 PluginManager::GetLanguageRuntimeCreateCallbackAtIndex(idx)) != in GetExceptionPrecondition()
291 PluginManager::GetLanguageRuntimeCreateCallbackAtIndex(idx)) != in InitializeCommands()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h153 GetLanguageRuntimeCreateCallbackAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp569 PluginManager::GetLanguageRuntimeCreateCallbackAtIndex(uint32_t idx) { in GetLanguageRuntimeCreateCallbackAtIndex() function in PluginManager