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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.h21 class LLVM_LIBRARY_VISIBILITY AVRToolChain : public Generic_ELF { class in namespace:clang::driver::toolchains
23 AVRToolChain(const Driver &D, const llvm::Triple &Triple,
H A DAVR.cpp47 AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple, function in class:AVRToolChain
96 Tool *AVRToolChain::buildLinker() const {
151 llvm::Optional<std::string> AVRToolChain::findAVRLibcInstallation() const {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4927 TC = std::make_unique<toolchains::AVRToolChain>(*this, Target, Args);

Completed in 144 milliseconds