Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1017 Architecture *GetArchitecturePlugin() const { return m_arch.GetPlugin(); } in GetArchitecturePlugin()
1479 Architecture *GetPlugin() const { return m_plugin_up.get(); } in GetPlugin() function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3470 void GetPlugin(ProcessLaunchInfo &launch_info) { in GetPlugin() function in curses::ProcessLaunchFormDelegate
3533 GetPlugin(launch_info); in GetLaunchInfo()