Searched refs:VerifyPCHJobAction (Results 1 – 4 of 4) sorted by relevance
400 void VerifyPCHJobAction::anchor() {} in anchor()402 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() function in VerifyPCHJobAction
3962 return C.MakeAction<VerifyPCHJobAction>(Input, types::TY_Nothing); in ConstructPhaseAction()
562 class VerifyPCHJobAction : public VerifyJobAction {566 VerifyPCHJobAction(Action *Input, types::ID Type);
4413 } else if (isa<VerifyPCHJobAction>(JA)) { in ConstructJob()