Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp40 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
406 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
414 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction()
H A DToolChain.cpp391 case Action::VerifyDebugInfoJobClass: in getTool()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h72 VerifyDebugInfoJobClass, enumerator
574 return A->getKind() == VerifyDebugInfoJobClass || in classof()
586 return A->getKind() == VerifyDebugInfoJobClass; in classof()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1070 case Action::VerifyDebugInfoJobClass: in getTool()