Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DAction.cpp39 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
151 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
159 : VerifyJobAction(VerifyDebugInfoJobClass, std::move(Input), Type) {} in VerifyDebugInfoJobAction()
DToolChain.cpp254 case Action::VerifyDebugInfoJobClass: in getTool()
DToolChains.cpp211 case Action::VerifyDebugInfoJobClass: in getTool()
/external/clang/include/clang/Driver/
DAction.h56 VerifyDebugInfoJobClass, enumerator
291 return A->getKind() == VerifyDebugInfoJobClass || in classof()
301 return A->getKind() == VerifyDebugInfoJobClass; in classof()