Home
last modified time | relevance | path

Searched defs:GetPlugin (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1533 Architecture *GetPlugin() const { return m_plugin_up.get(); } GetPlugin() function
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3471 void GetPlugin(ProcessLaunchInfo &launch_info) { in GetPlugin() function in curses::ProcessLaunchFormDelegate