Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAVR.cpp308 AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple, in AVRToolChain() function in AVRToolChain
356 Tool *AVRToolChain::buildLinker() const { in buildLinker()
423 llvm::Optional<std::string> AVRToolChain::findAVRLibcInstallation() const { in findAVRLibcInstallation()
H A DAVR.h21 class LLVM_LIBRARY_VISIBILITY AVRToolChain : public Generic_ELF {
23 AVRToolChain(const Driver &D, const llvm::Triple &Triple,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp5356 TC = std::make_unique<toolchains::AVRToolChain>(*this, Target, Args); in getToolChain()