Home
last modified time | relevance | path

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

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