Home
last modified time | relevance | path

Searched refs:Driver (Results 1 – 25 of 271) sorted by relevance

1234567891011

/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DDriver.rst2 Driver title
53 #. Add the option to the desired :file:`lib/Driver/{flavor}Options.td`.
59 `lib/Driver/{Flavor}Driver.cpp` to call the targetInfo setter
68 #. Add an entry for the flavor in :file:`include/lld/Common/Driver.h` to
71 #. Add an entry in :file:`lib/Driver/UniversalDriver.cpp` to
72 :cpp:func:`lld::Driver::strToFlavor` and
76 #. Add a tablegen file called :file:`lib/Driver/{flavor}Options.td` that
79 must also be added to :file:`lib/Driver/CMakeLists.txt`.
81 #. Add a ``{flavor}Driver`` as a subclass of :cpp:class:`lld::Driver`
82 in :file:`lib/Driver/{flavor}Driver.cpp`.
H A Ddevelopment.rst17 Modifying the Driver
20 See :doc:`Driver`.
45 Driver
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h23 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);
138 void addX86AlignBranchArgs(const Driver &D, const llvm::opt::ArgList &Args,
141 void checkAMDGPUCodeObjectVersion(const Driver &D,
144 unsigned getAMDGPUCodeObjectVersion(const Driver &D,
147 bool haveAMDGPUCodeObjectVersionArgument(const Driver &D,
150 void addMachineOutlinerArgs(const Driver &D, const llvm::opt::ArgList &Args,
154 void addOpenMPDeviceRTL(const Driver &D, const llvm::opt::ArgList &DriverArgs,
H A DGnu.h33 bool findMIPSMultilibs(const Driver &D, const llvm::Triple &TargetTriple,
194 const Driver &D;
219 explicit GCCInstallationDetector(const Driver &D) : IsValid(false), D(D) {} in GCCInstallationDetector()
293 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
323 void AddMultilibPaths(const Driver &D, const std::string &SysRoot,
327 void AddMultiarchPaths(const Driver &D, const std::string &SysRoot,
366 Generic_ELF(const Driver &D, const llvm::Triple &Triple, in Generic_ELF()
H A DTCE.h24 TCEToolChain(const Driver &D, const llvm::Triple &Triple,
37 TCELEToolChain(const Driver &D, const llvm::Triple &Triple,
H A DTCE.cpp21 TCEToolChain::TCEToolChain(const Driver &D, const llvm::Triple &Triple, in TCEToolChain()
41 TCELEToolChain::TCELEToolChain(const Driver &D, const llvm::Triple& Triple, in TCELEToolChain()
H A DHexagon.cpp37 static void handleHVXWarnings(const Driver &D, const ArgList &Args) { in handleHVXWarnings()
48 static void handleHVXTargetFeatures(const Driver &D, const ArgList &Args, in handleHVXTargetFeatures()
94 void hexagon::getHexagonTargetFeatures(const Driver &D, const ArgList &Args, in getHexagonTargetFeatures()
136 const Driver &D = HTC.getDriver(); in ConstructJob()
208 const Driver &D = HTC.getDriver(); in constructHexagonLinkArgs()
423 const Driver &D = getDriver(); in getHexagonTargetDir()
455 const Driver &D = getDriver(); in getHexagonLibraryPaths()
496 HexagonToolChain::HexagonToolChain(const Driver &D, const llvm::Triple &Triple, in HexagonToolChain()
597 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
636 const Driver &D = getDriver(); in addLibCxxIncludePaths()
[all …]
H A DCuda.h30 const Driver &D;
47 CudaInstallationDetector(const Driver &D, const llvm::Triple &HostTriple,
133 CudaToolChain(const Driver &D, const llvm::Triple &Triple,
184 computeMSVCVersion(const Driver *D,
H A DCommonArgs.cpp227 const Driver &D = TC.getDriver(); in AddLinkerInputs()
482 const Driver &D = ToolChain.getDriver(); in addLTOOptions()
673 if (RTKind == Driver::OMPRT_Unknown) in addOpenMPRuntime()
681 case Driver::OMPRT_OMP: in addOpenMPRuntime()
684 case Driver::OMPRT_GOMP: in addOpenMPRuntime()
687 case Driver::OMPRT_IOMP5: in addOpenMPRuntime()
690 case Driver::OMPRT_Unknown: in addOpenMPRuntime()
697 if (RTKind == Driver::OMPRT_GOMP && GompNeedsRT) in addOpenMPRuntime()
1645 const Driver &D, const llvm::opt::ArgList &Args) { in haveAMDGPUCodeObjectVersionArgument()
1649 void tools::addMachineOutlinerArgs(const Driver &D, in addMachineOutlinerArgs()
[all …]
H A DHurd.h21 Hurd(const Driver &D, const llvm::Triple &Triple,
43 std::string getMultiarchTriple(const Driver &D,
/freebsd-13.1/lib/clang/libclang/
H A DMakefile11 CFLAGS+= -I${CLANG_SRCS}/lib/Driver
297 SRCS_MIN+= Driver/Action.cpp
299 SRCS_MIN+= Driver/Distro.cpp
300 SRCS_MIN+= Driver/Driver.cpp
302 SRCS_MIN+= Driver/Job.cpp
303 SRCS_MIN+= Driver/Multilib.cpp
305 SRCS_MIN+= Driver/Phases.cpp
307 SRCS_MIN+= Driver/Tool.cpp
361 SRCS_MIN+= Driver/Types.cpp
362 SRCS_MIN+= Driver/XRayArgs.cpp
[all …]
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A DReadme.freebsd.txt4 PMC-Sierra SPCv/SPCve/SPCv+ TISA FreeBSD Initiator Driver
9 SPCv Host Driver ver. 1.2.0 for Rev C chip
12 1. Driver Source Structure
29 2. Process To Build the Driver Module First Time
33 3. Process To Rebuild the Driver Module
38 4. Loading and Unloading Driver Module
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.h52 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,
H A DPPC.h36 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,
H A DSystemZ.h28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
32 void getSystemZTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
H A DSparc.h29 FloatABI getSparcFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
31 void getSparcTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
H A DM68k.h29 FloatABI getM68kFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
33 void getM68kTargetFeatures(const Driver &D, const llvm::Triple &Triple,
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp111 static llvm::Optional<driver::Driver::CompilationDiagnosticReport>
122 Driver TheDriver(Argv[0], llvm::sys::getDefaultTargetTriple(), Diags); in generateReproducerForInvocationArguments()
129 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments()
144 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
183 llvm::Optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h21 class Driver; variable
108 getCompilationPhases(const clang::driver::Driver &Driver,
H A DCompilation.h40 class Driver; variable
47 const Driver &TheDriver;
133 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
138 const Driver &getDriver() const { return TheDriver; } in getDriver()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h27 class Driver : public lldb::SBBroadcaster {
35 Driver();
37 virtual ~Driver();
H A DDriver.cpp97 static Driver *g_driver = nullptr;
108 Driver::Driver() in Driver() function in Driver
116 Driver::~Driver() { in ~Driver()
121 void Driver::OptionData::AddInitialCommand(std::string command, in AddInitialCommand()
153 void Driver::WriteCommandsForSourcing(CommandPlacement placement, in WriteCommandsForSourcing()
185 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs()
467 int Driver::MainLoop() { in MainLoop()
686 void Driver::ResizeWindow(unsigned short col) { in ResizeWindow()
935 Driver driver; in main()
/freebsd-13.1/sys/dev/qlxge/
H A DREADME.txt5 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 9.x/10.x
15 4. Using the Driver
18 5. Driver Parameters
26 * Driver (if_qlxge.ko)
/freebsd-13.1/sys/dev/qlxgb/
H A DREADME.txt5 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 7.x/8.x/9.x
15 4. Using the Driver
18 5. Driver Parameters
26 * Driver (if_qlxgb.ko)
/freebsd-13.1/sys/dev/qlxgbe/
H A DREADME.txt5 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 9.x/10.x
15 4. Using the Driver
18 5. Driver Parameters
26 * Driver (if_qlxgbe.ko)

1234567891011