Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAVR.cpp367 AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple, in AVRToolChain() function in AVRToolChain
385 void AVRToolChain::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
402 void AVRToolChain::addClangTargetOptions( in addClangTargetOptions()
417 Tool *AVRToolChain::buildLinker() const { in buildLinker()
425 const auto &TC = static_cast<const AVRToolChain &>(getToolChain()); in ConstructJob()
526 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,
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp6094 TC = std::make_unique<toolchains::AVRToolChain>(*this, Target, Args); in getToolChain()