Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DAction.cpp37 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
131 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
138 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
146 : VerifyJobAction(VerifyDebugInfoJobClass, std::move(Input), Type) {} in VerifyDebugInfoJobAction()
H A DToolChain.cpp123 case Action::VerifyDebugInfoJobClass: in getTool()
H A DToolChains.cpp222 case Action::VerifyDebugInfoJobClass: in getTool()
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DAction.h54 VerifyDebugInfoJobClass, enumerator
256 return A->getKind() == VerifyDebugInfoJobClass || in classof()
266 return A->getKind() == VerifyDebugInfoJobClass; in classof()