Home
last modified time | relevance | path

Searched refs:VerifyJobAction (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp385 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()
H A DDriver.cpp4654 AtTopLevel && (isa<DsymutilJobAction>(A) || isa<VerifyJobAction>(A)); in BuildJobsForActionNoCache()
4864 if (AtTopLevel && !isa<DsymutilJobAction>(JA) && !isa<VerifyJobAction>(JA)) { in GetNamedOutputPath()
4939 } else if (isa<DsymutilJobAction>(JA) || isa<VerifyJobAction>(JA)) in GetNamedOutputPath()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h539 class VerifyJobAction : public JobAction {
543 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type);
551 class VerifyDebugInfoJobAction : public VerifyJobAction {
562 class VerifyPCHJobAction : public VerifyJobAction {