Home
last modified time | relevance | path

Searched defs:GetAction (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileAction.h38 Action GetAction() const { return m_action; } in GetAction() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp192 DYLDRendezvous::RendezvousAction DYLDRendezvous::GetAction() const { in GetAction() function in DYLDRendezvous
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2302 FormAction &GetAction(int action_index) { return m_actions[action_index]; } in GetAction() function in curses::FormDelegate