Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h69 GetNumFileActions () const in GetNumFileActions() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp484 auto num_file_actions = launch_info.GetNumFileActions (); in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp873 const size_t num_file_actions = launch_info.GetNumFileActions (); in LaunchProcessPosixSpawn()