Searched refs:LipoJobAction (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Driver/
H A DAction.cpp106 void LipoJobAction::anchor() {}
108 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) function in class:LipoJobAction
H A DDriver.cpp940 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
1302 if (isa<LipoJobAction>(A)) {
/external/clang/include/clang/Driver/
H A DAction.h219 class LipoJobAction : public JobAction { class in namespace:clang::driver
222 LipoJobAction(ActionList &Inputs, types::ID Type);
227 static bool classof(const LipoJobAction *) { return true; }

Completed in 77 milliseconds