Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h60 size_t GetNumFileActions() const { return m_file_actions.size(); } in GetNumFileActions() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp98 for (size_t i = 0; i < info.GetNumFileActions(); ++i) { in ChildFunc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp379 const size_t num_actions = launch_info.GetNumFileActions(); in PosixSpawnChildForPTraceDebugging()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp387 auto num_file_actions = launch_info.GetNumFileActions(); in LaunchProcess()