Lines Matching full:action
80 /// \returns true if the specified action is for the "PlainDwarf".
81 bool isLiveAction(LiveRootWorklistActionTy Action) { in isLiveAction() argument
82 switch (Action) { in isLiveAction()
93 /// \returns true if the specified action is for the "TypeTable".
94 bool isTypeAction(LiveRootWorklistActionTy Action) { in isTypeAction() argument
95 switch (Action) { in isTypeAction()
106 /// \returns true if the specified action affects only Root entry
108 bool isSingleAction(LiveRootWorklistActionTy Action) { in isSingleAction() argument
109 switch (Action) { in isSingleAction()
119 /// \returns true if the specified action affects only Root entry
121 bool isChildrenAction(LiveRootWorklistActionTy Action) { in isChildrenAction() argument
122 switch (Action) { in isChildrenAction()
137 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, in LiveRootWorklistItemTy() argument
139 RootCU.setInt(Action); in LiveRootWorklistItemTy()
144 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, in LiveRootWorklistItemTy() argument
148 RootCU.setInt(Action); in LiveRootWorklistItemTy()
229 bool markDIEEntryAsKeptRec(LiveRootWorklistActionTy Action,
242 bool maybeAddReferencedRoots(LiveRootWorklistActionTy Action,
255 /// Add action item to the work list.
257 addActionToRootEntriesWorkList(LiveRootWorklistActionTy Action,