Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp32 case BackendJobClass: return "backend"; in getClassName()
358 : JobAction(BackendJobClass, Input, OutputType) {} in BackendJobAction()
H A DToolChain.cpp358 case Action::BackendJobClass: in getTool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h65 BackendJobClass, enumerator
480 return A->getKind() == BackendJobClass; in classof()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp295 Cmd.getSource().getKind() == driver::Action::BackendJobClass || in stripPositionalArgs()