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()
415 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
423 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction()
H A DToolChain.cpp551 case Action::VerifyDebugInfoJobClass: in getTool()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h71 VerifyDebugInfoJobClass, enumerator
557 return A->getKind() == VerifyDebugInfoJobClass || in classof()
569 return A->getKind() == VerifyDebugInfoJobClass; in classof()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1124 case Action::VerifyDebugInfoJobClass: in getTool()