Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp36 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
132 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
140 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction()
DToolChain.cpp255 case Action::VerifyDebugInfoJobClass: in getTool()
DToolChains.cpp222 case Action::VerifyDebugInfoJobClass: in getTool()
/external/clang/include/clang/Driver/
DAction.h65 VerifyDebugInfoJobClass, enumerator
312 return A->getKind() == VerifyDebugInfoJobClass || in classof()
322 return A->getKind() == VerifyDebugInfoJobClass; in classof()