Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DPluginManager.h449 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DREPL.cpp42 PluginManager::GetREPLCreateCallbackAtIndex(idx++)) { in Create()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DPluginManager.cpp1323 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex() function in PluginManager