Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDTCE.cpp43 TCELEToolChain::TCELEToolChain(const Driver &D, const llvm::Triple& Triple, in TCELEToolChain() function in TCELEToolChain
48 TCELEToolChain::~TCELEToolChain() {} in ~TCELEToolChain()
HDTCE.h35 class LLVM_LIBRARY_VISIBILITY TCELEToolChain : public TCEToolChain {
37 TCELEToolChain(const Driver &D, const llvm::Triple &Triple,
39 ~TCELEToolChain() override;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp6477 TC = std::make_unique<toolchains::TCELEToolChain>(*this, Target, Args); in getToolChain()