Searched defs:GetPlugin (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 1520 Architecture *GetPlugin() const { return m_plugin_up.get(); } GetPlugin() function |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 3471 void GetPlugin(ProcessLaunchInfo &launch_info) { in GetPlugin() function in curses::ProcessLaunchFormDelegate |