Home
last modified time | relevance | path

Searched refs:VerifyDebugInfoJobClass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp39 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
418 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
426 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction()
H A DToolChain.cpp634 case Action::VerifyDebugInfoJobClass: in getTool()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h70 VerifyDebugInfoJobClass, enumerator
547 return A->getKind() == VerifyDebugInfoJobClass || in classof()
559 return A->getKind() == VerifyDebugInfoJobClass; in classof()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1159 case Action::VerifyDebugInfoJobClass: in getTool()