| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| VE.cpp | 10 #include "clang/Driver/Driver.h" 11 #include "clang/Driver/DriverDiagnostic.h" 12 #include "clang/Driver/Options.h" 16 using namespace clang::driver; 17 using namespace clang::driver::tools; 21 void ve::getVETargetFeatures(const Driver &D, const ArgList &Args,
|
| PPC.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 36 FloatABI getPPCFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 40 ReadGOTPtrMode getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple, 43 void getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple, 49 } // end namespace driver
|
| M68k.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 29 FloatABI getM68kFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 33 void getM68kTargetFeatures(const Driver &D, const llvm::Triple &Triple, 39 } // end namespace driver
|
| Sparc.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 29 FloatABI getSparcFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 31 void getSparcTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args, 38 } // end namespace driver
|
| SystemZ.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 32 void getSystemZTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args, 37 } // end namespace driver
|
| VE.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 23 void getVETargetFeatures(const Driver &D, const llvm::opt::ArgList &Args, 28 } // end namespace driver
|
| AArch64.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 23 void getAArch64TargetFeatures(const Driver &D, const llvm::Triple &Triple, 32 } // end namespace driver
|
| X86.h | 12 #include "clang/Driver/Driver.h" 20 namespace driver { namespace in namespace:clang 27 void getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple, 33 } // end namespace driver
|
| ARM.h | 12 #include "clang/Driver/ToolChain.h" 21 namespace driver { namespace in namespace:clang 52 FloatABI getARMFloatABI(const Driver &D, const llvm::Triple &Triple, 54 void setFloatABIInTriple(const Driver &D, const llvm::opt::ArgList &Args, 56 ReadTPMode getReadTPMode(const Driver &D, const llvm::opt::ArgList &Args); 57 void setArchNameInTriple(const Driver &D, const llvm::opt::ArgList &Args, 64 void getARMTargetFeatures(const Driver &D, const llvm::Triple &Triple, 74 } // end namespace driver
|
| RISCV.h | 12 #include "clang/Driver/Driver.h" 19 namespace driver { namespace in namespace:clang 22 void getRISCVTargetFeatures(const Driver &D, const llvm::Triple &Triple, 31 } // end namespace driver
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| TCE.cpp | 12 using namespace clang::driver; 13 using namespace clang::driver::toolchains; 21 TCEToolChain::TCEToolChain(const Driver &D, const llvm::Triple &Triple, 41 TCELEToolChain::TCELEToolChain(const Driver &D, const llvm::Triple& Triple,
|
| TCE.h | 12 #include "clang/Driver/Driver.h" 13 #include "clang/Driver/ToolChain.h" 17 namespace driver { namespace in namespace:clang 24 TCEToolChain(const Driver &D, const llvm::Triple &Triple, 37 TCELEToolChain(const Driver &D, const llvm::Triple &Triple, 43 } // end namespace driver
|
| Contiki.cpp | 12 using namespace clang::driver; 13 using namespace clang::driver::toolchains; 17 Contiki::Contiki(const Driver &D, const llvm::Triple &Triple,
|
| PPCLinux.cpp | 10 #include "clang/Driver/Driver.h" 11 #include "clang/Driver/Options.h" 14 using namespace clang::driver::toolchains; 19 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) && 21 const Driver &D = getDriver();
|
| PPCLinux.h | 15 namespace driver { namespace in namespace:clang 20 PPCLinuxToolChain(const Driver &D, const llvm::Triple &Triple, 30 } // end namespace driver
|
| ZOS.cpp | 11 #include "clang/Driver/Compilation.h" 12 #include "clang/Driver/Options.h" 15 using namespace clang::driver; 16 using namespace clang::driver::toolchains; 20 ZOS::ZOS(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
|
| CommonArgs.h | 13 #include "clang/Driver/Driver.h" 14 #include "clang/Driver/Multilib.h" 15 #include "clang/Driver/Tool.h" 16 #include "clang/Driver/ToolChain.h" 20 namespace driver { namespace in namespace:clang 23 void addPathIfExists(const Driver &D, const Twine &Path, 48 void AddRunTimeLibs(const ToolChain &TC, const Driver &D, 90 const Driver &D); 131 const InputInfo &Input, const Driver &D) [all...] |
| Contiki.h | 13 #include "clang/Driver/ToolChain.h" 16 namespace driver { namespace in namespace:clang 21 Contiki(const Driver &D, const llvm::Triple &Triple, 36 } // end namespace driver
|
| Haiku.cpp | 12 using namespace clang::driver; 13 using namespace clang::driver::toolchains; 19 Haiku::Haiku(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
|
| Haiku.h | 13 #include "clang/Driver/Driver.h" 14 #include "clang/Driver/ToolChain.h" 17 namespace driver { namespace in namespace:clang 22 Haiku(const Driver &D, const llvm::Triple &Triple, 38 } // end namespace driver
|
| Lanai.h | 13 #include "clang/Driver/ToolChain.h" 16 namespace driver { namespace in namespace:clang 21 LanaiToolChain(const Driver &D, const llvm::Triple &Triple, 37 } // end namespace driver
|
| ZOS.h | 12 #include "clang/Driver/Tool.h" 13 #include "clang/Driver/ToolChain.h" 16 namespace driver { namespace in namespace:clang 21 ZOS(const Driver &D, const llvm::Triple &Triple, 37 } // end namespace driver
|
| Hurd.h | 13 #include "clang/Driver/ToolChain.h" 16 namespace driver { namespace in namespace:clang 21 Hurd(const Driver &D, const llvm::Triple &Triple, 43 std::string getMultiarchTriple(const Driver &D, 49 } // end namespace driver
|
| /src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| Types.h | 1 //===--- Types.h - Input & Temporary Driver Types ---------------*- C++ -*-===// 12 #include "clang/Driver/Phases.h" 20 namespace driver { namespace in namespace:clang 21 class Driver; 26 #include "clang/Driver/Types.def" 108 getCompilationPhases(const clang::driver::Driver &Driver, 120 } // end namespace driver
|
| /src/external/apache2/llvm/lib/libclangDriver/ |
| Makefile | 7 .PATH: ${CLANG_SRCDIR}/lib/Driver 9 CPPFLAGS+= -I${CLANG_SRCDIR}/lib/Driver 15 Driver.cpp \ 27 .PATH: ${CLANG_SRCDIR}/lib/Driver/ToolChains 73 .PATH: ${CLANG_SRCDIR}/lib/Driver/ToolChains/Arch
|