Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h40 int GetActionArgument() const { return m_arg; } in GetActionArgument() function
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp227 arg(act.GetActionArgument()) {} in ForkFileAction()