Home
last modified time | relevance | path

Searched defs:GetArguments (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h76 Args &GetArguments() { return m_arguments; } in GetArguments() function
78 const Args &GetArguments() const { return m_arguments; } in GetArguments() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h263 llvm::StringRef GetArguments() { in GetArguments() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2027 Args GetArguments() { in GetArguments() function in lldb_private::curses::ArgumentsFieldDelegate
3428 void GetArguments(ProcessLaunchInfo &launch_info) { in GetArguments() function in lldb_private::curses::ProcessLaunchFormDelegate