Home
last modified time | relevance | path

Searched refs:GetAction (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h38 Action GetAction() const { return m_action; } in GetAction() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp228 DYLDRendezvous::RendezvousAction DYLDRendezvous::GetAction() const { in UpdateSOEntriesFromRemote()
318 LLDB_LOG(log, "DYLDRendezvous::GetAction() found two eAdd states in a " in SaveSOEntriesFromRemote()
333 const auto action = GetAction(); in AddSOEntriesFromRemote()
373 const auto action = GetAction(); in RemoveSOEntriesFromRemote()
192 DYLDRendezvous::RendezvousAction DYLDRendezvous::GetAction() const { GetAction() function in DYLDRendezvous
H A DDYLDRendezvous.h366 RendezvousAction GetAction() const;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp226 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()), in ForkFileAction()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h328 const Action<F>& GetAction() const { in GetAction() function
1501 return spec->GetAction().Perform(std::move(args)); in PerformDefaultAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp335 if (file_action->GetAction() != FileAction::eFileActionOpen) in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2301 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction() function in curses::FormDelegate
2609 FormAction &action = m_delegate_sp->GetAction(i); in DrawActions()
2658 m_delegate_sp->GetAction(0).GetLabel().c_str()); in DrawSubmitHint()
2794 FormAction &action = m_delegate_sp->GetAction(index); in ExecuteAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp631 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
636 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
641 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()