Searched refs:GetFileActionAtIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h59 const FileAction *GetFileActionAtIndex(size_t idx) const;
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp233 result.emplace_back(*info.GetFileActionAtIndex(i));
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp107 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { function in class:ProcessLaunchInfo
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp470 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp334 const auto file_action = launch_info.GetFileActionAtIndex(i);

Completed in 80 milliseconds