Home
last modified time | relevance | path

Searched refs:ClangAs (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Driver/
HDToolChain.cpp81 return new tools::ClangAs(*this); in buildAssembler()
96 Assemble.reset(new tools::ClangAs(*this)); in getClangAs()
HDTools.h94 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
96 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs() function
HDTools.cpp3995 void ClangAs::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()