Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp38 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
390 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
398 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction()
H A DToolChain.cpp348 case Action::VerifyDebugInfoJobClass: in getTool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h71 VerifyDebugInfoJobClass, enumerator
546 return A->getKind() == VerifyDebugInfoJobClass || in classof()
558 return A->getKind() == VerifyDebugInfoJobClass; in classof()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp973 case Action::VerifyDebugInfoJobClass: in getTool()