Searched refs:VerifyJobAction (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Driver/ |
D | Action.cpp | 127 void VerifyJobAction::anchor() {} in anchor() 129 VerifyJobAction::VerifyJobAction(ActionClass Kind, Action *Input, in VerifyJobAction() function in VerifyJobAction 140 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction() 145 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {} in VerifyPCHJobAction()
|
D | Driver.cpp | 2088 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache() 2175 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath() 2224 if (isa<DsymutilJobAction>(JA) || isa<VerifyJobAction>(JA)) in GetNamedOutputPath()
|
/external/clang/include/clang/Driver/ |
D | Action.h | 307 class VerifyJobAction : public JobAction { 310 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type); 317 class VerifyDebugInfoJobAction : public VerifyJobAction { 326 class VerifyPCHJobAction : public VerifyJobAction {
|
/external/llvm-project/clang/lib/Driver/ |
D | Action.cpp | 385 void VerifyJobAction::anchor() {} in anchor() 387 VerifyJobAction::VerifyJobAction(ActionClass Kind, Action *Input, in VerifyJobAction() function in VerifyJobAction 398 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction() 403 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {} in VerifyPCHJobAction()
|
D | Driver.cpp | 4500 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache() 4709 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath() 4784 } else if (isa<DsymutilJobAction>(JA) || isa<VerifyJobAction>(JA)) in GetNamedOutputPath()
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Action.h | 535 class VerifyJobAction : public JobAction { 539 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type); 547 class VerifyDebugInfoJobAction : public VerifyJobAction { 558 class VerifyPCHJobAction : public VerifyJobAction {
|