Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp119 return new tools::ClangAs(*this); in buildAssembler()
134 Assemble.reset(new tools::ClangAs(*this)); in getClangAs()
DTools.h107 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
109 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs() function
DTools.cpp5023 void ClangAs::AddMIPSTargetArgs(const ArgList &Args, in AddMIPSTargetArgs()
5034 void ClangAs::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()