Searched refs:AVRToolChain (Results 1 – 3 of 3) sorted by relevance
23 AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple, in AVRToolChain() function in AVRToolChain26 Tool *AVRToolChain::buildLinker() const { in buildLinker()
22 class LLVM_LIBRARY_VISIBILITY AVRToolChain : public Generic_ELF {26 AVRToolChain(const Driver &D, const llvm::Triple &Triple,
4639 TC = llvm::make_unique<toolchains::AVRToolChain>(*this, Target, Args); in getToolChain()