Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h451 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp43 PluginManager::GetREPLCreateCallbackAtIndex(idx)) { in Create()
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1346 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex() function in PluginManager