Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h57 size_t GetNumFileActions() const { return m_file_actions.size(); } in GetNumFileActions() function
/external/llvm-project/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp98 for (size_t i = 0; i < info.GetNumFileActions(); ++i) { in ChildFunc()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp391 auto num_file_actions = launch_info.GetNumFileActions(); in LaunchProcess()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1145 const size_t num_file_actions = launch_info.GetNumFileActions();