Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DAction.cpp39 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
413 assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) && in VerifyJobAction()
421 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {} in VerifyDebugInfoJobAction()
H A DToolChain.cpp421 case Action::VerifyDebugInfoJobClass: in getTool()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DAction.h71 VerifyDebugInfoJobClass, enumerator
556 return A->getKind() == VerifyDebugInfoJobClass || in classof()
568 return A->getKind() == VerifyDebugInfoJobClass; in classof()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1077 case Action::VerifyDebugInfoJobClass: in getTool()