Searched refs:AVRToolChain (Results 1 – 3 of 3) sorted by relevance
433 AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple, in AVRToolChain() function in AVRToolChain450 void AVRToolChain::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()467 void AVRToolChain::addClangTargetOptions( in addClangTargetOptions()490 Tool *AVRToolChain::buildLinker() const { in buildLinker()494 std::string AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, in getCompilerRT()516 const auto &TC = static_cast<const AVRToolChain &>(getToolChain()); in ConstructJob()662 std::optional<std::string> AVRToolChain::findAVRLibcInstallation() const { in findAVRLibcInstallation()
21 class LLVM_LIBRARY_VISIBILITY AVRToolChain : public Generic_ELF {23 AVRToolChain(const Driver &D, const llvm::Triple &Triple,
6956 TC = std::make_unique<toolchains::AVRToolChain>(*this, Target, Args); in getToolChain()