Home
last modified time | relevance | path

Searched refs:GetNumFileActions (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h58 size_t GetNumFileActions() const { return m_file_actions.size(); } in GetNumFileActions() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp98 for (size_t i = 0; i < info.GetNumFileActions(); ++i) { in ChildFunc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp395 auto num_file_actions = launch_info.GetNumFileActions(); in LaunchProcess()