Searched refs:LinkJobAction (Results 1 – 3 of 3) sorted by relevance
100 void LinkJobAction::anchor() {} in anchor()102 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() function in LinkJobAction
1193 Actions.push_back(new LinkJobAction(LinkerInputs, types::TY_Image)); in BuildActions()
208 class LinkJobAction : public JobAction {211 LinkJobAction(ActionList &Inputs, types::ID Type);216 static bool classof(const LinkJobAction *) { return true; } in classof() argument