Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DAVR.cpp23 AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple, in AVRToolChain() function in AVRToolChain
26 Tool *AVRToolChain::buildLinker() const { in buildLinker()
H A DAVR.h22 class LLVM_LIBRARY_VISIBILITY AVRToolChain : public Generic_ELF {
26 AVRToolChain(const Driver &D, const llvm::Triple &Triple,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp4639 TC = llvm::make_unique<toolchains::AVRToolChain>(*this, Target, Args); in getToolChain()