Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h497 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp45 PluginManager::GetREPLCreateCallbackAtIndex(idx)) { in Create()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1537 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex() function in PluginManager