Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DTCE.cpp41 TCELEToolChain::TCELEToolChain(const Driver &D, const llvm::Triple& Triple, in TCELEToolChain() function in TCELEToolChain
46 TCELEToolChain::~TCELEToolChain() {} in ~TCELEToolChain()
H A DTCE.h35 class LLVM_LIBRARY_VISIBILITY TCELEToolChain : public TCEToolChain {
37 TCELEToolChain(const Driver &D, const llvm::Triple &Triple,
39 ~TCELEToolChain() override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp5339 TC = std::make_unique<toolchains::TCELEToolChain>(*this, Target, Args); in getToolChain()