Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileActionTest.cpp17 EXPECT_EQ(Action.GetAction(), FileAction::eFileActionOpen); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileAction.h38 Action GetAction() const { return m_action; } in GetAction() function
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp192 DYLDRendezvous::RendezvousAction DYLDRendezvous::GetAction() const { in GetAction() function in DYLDRendezvous
220 auto action = GetAction(); in UpdateSOEntriesFromRemote()
258 switch (GetAction()) { in UpdateSOEntries()
H A DDYLDRendezvous.h279 RendezvousAction GetAction() const;
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp226 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()), in ForkFileAction()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h343 const Action<F>& GetAction() const { in GetAction() function
1524 return spec->GetAction().Perform(std::move(args)); in PerformDefaultAction()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp332 if (file_action->GetAction() != FileAction::eFileActionOpen) in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm385 switch (file_action->GetAction()) {
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp728 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
733 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
738 if (file_action->GetAction() == FileAction::eFileActionOpen) in DoLaunch()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2300 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction() function in curses::FormDelegate
2608 FormAction &action = m_delegate_sp->GetAction(i); in DrawActions()
2657 m_delegate_sp->GetAction(0).GetLabel().c_str()); in DrawSubmitHint()
2793 FormAction &action = m_delegate_sp->GetAction(index); in ExecuteAction()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1009 switch (info->GetAction()) {