Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h27 void addPathIfExists(const Driver &D, const Twine &Path,
53 void AddRunTimeLibs(const ToolChain &TC, const Driver &D,
65 const InputInfoList *Inputs, const Driver &D,
142 const Driver &D);
165 std::string getCPUName(const Driver &D, const llvm::opt::ArgList &Args,
168 void getTargetFeatures(const Driver &D, const llvm::Triple &Triple,
179 void handleTargetFeaturesGroup(const Driver &D, const llvm::Triple &Triple,
191 const InputInfo &Input, const Driver &D);
201 void checkAMDGPUCodeObjectVersion(const Driver &D,
204 unsigned getAMDGPUCodeObjectVersion(const Driver &D,
[all …]
H A DPPCLinux.h20 PPCLinuxToolChain(const Driver &D, const llvm::Triple &Triple,
28 bool SupportIEEEFloat128(const Driver &D, const llvm::Triple &Triple,
30 bool supportIBMLongDouble(const Driver &D,
H A DCuda.h29 const Driver &D;
43 CudaInstallationDetector(const Driver &D, const llvm::Triple &HostTriple,
123 void getNVPTXTargetFeatures(const Driver &D, const llvm::Triple &Triple,
134 NVPTXToolChain(const Driver &D, const llvm::Triple &Triple,
138 NVPTXToolChain(const Driver &D, const llvm::Triple &Triple,
183 CudaToolChain(const Driver &D, const llvm::Triple &Triple,
221 computeMSVCVersion(const Driver *D,
H A DPPCLinux.cpp46 PPCLinuxToolChain::PPCLinuxToolChain(const Driver &D, in PPCLinuxToolChain()
64 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
74 const Driver &D, const llvm::opt::ArgList &Args) const { in supportIBMLongDouble()
86 const Driver &D, const llvm::Triple &Triple, in SupportIEEEFloat128()
H A DGnu.h34 bool findMIPSMultilibs(const Driver &D, const llvm::Triple &TargetTriple,
195 const Driver &D;
220 explicit GCCInstallationDetector(const Driver &D) : IsValid(false), D(D) {} in GCCInstallationDetector()
293 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
324 void AddMultilibPaths(const Driver &D, const std::string &SysRoot,
328 void AddMultiarchPaths(const Driver &D, const std::string &SysRoot,
367 Generic_ELF(const Driver &D, const llvm::Triple &Triple, in Generic_ELF()
H A DAIX.cpp33 const Driver &D = getToolChain().getDriver(); in ConstructJob()
113 const Driver &D = ToolChain.getDriver(); in ConstructJob()
298 case Driver::OMPRT_OMP: in ConstructJob()
301 case Driver::OMPRT_IOMP5: in ConstructJob()
304 case Driver::OMPRT_GOMP: in ConstructJob()
307 case Driver::OMPRT_Unknown: in ConstructJob()
343 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX()
372 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
H A DLazyDetector.h22 const driver::Driver &D;
29 LazyDetector(const driver::Driver &D, const llvm::Triple &Triple, in LazyDetector()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile10 CFLAGS+= -I${CLANG_SRCS}/lib/Driver
342 SRCS_MIN+= Driver/Action.cpp
344 SRCS_MIN+= Driver/Distro.cpp
345 SRCS_MIN+= Driver/Driver.cpp
347 SRCS_MIN+= Driver/Job.cpp
348 SRCS_MIN+= Driver/Multilib.cpp
351 SRCS_MIN+= Driver/Phases.cpp
353 SRCS_MIN+= Driver/Tool.cpp
411 SRCS_MIN+= Driver/Types.cpp
412 SRCS_MIN+= Driver/XRayArgs.cpp
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DPPC.h36 FloatABI getPPCFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
38 std::string getPPCTargetCPU(const Driver &D, const llvm::opt::ArgList &Args,
43 ReadGOTPtrMode getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple,
46 void getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple,
H A DARM.h55 FloatABI getARMFloatABI(const Driver &D, const llvm::Triple &Triple,
57 void setFloatABIInTriple(const Driver &D, const llvm::opt::ArgList &Args,
60 ReadTPMode getReadTPMode(const Driver &D, const llvm::opt::ArgList &Args,
62 void setArchNameInTriple(const Driver &D, const llvm::opt::ArgList &Args,
69 llvm::ARM::FPUKind getARMTargetFeatures(const Driver &D,
H A DSparc.h29 FloatABI getSparcFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
31 std::string getSparcTargetCPU(const Driver &D, const llvm::opt::ArgList &Args,
34 void getSparcTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
H A DCSKY.h31 FloatABI getCSKYFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
33 void getCSKYTargetFeatures(const Driver &D, const llvm::Triple &Triple,
38 std::optional<llvm::StringRef> getCSKYArchName(const Driver &D,
H A DMips.h37 void getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple,
41 mips::FloatABI getMipsFloatABI(const Driver &D, const llvm::opt::ArgList &Args,
47 bool isNaN2008(const Driver &D, const llvm::opt::ArgList &Args,
H A DX86.h24 std::string getX86TargetCPU(const Driver &D, const llvm::opt::ArgList &Args,
27 void getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple,
H A DPPC.cpp88 std::string ppc::getPPCTargetCPU(const Driver &D, const ArgList &Args, in getPPCTargetCPU()
109 void ppc::getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getPPCTargetFeatures()
127 ppc::ReadGOTPtrMode ppc::getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple, in getPPCReadGOTPtrMode()
137 ppc::FloatABI ppc::getPPCFloatABI(const Driver &D, const ArgList &Args) { in getPPCFloatABI()
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 DLoongArch.h20 void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple,
24 StringRef getLoongArchABI(const Driver &D, const llvm::opt::ArgList &Args,
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp262 static bool SetBackdoorDriverOutputsFromEnvVars(Driver &TheDriver) { in SetBackdoorDriverOutputsFromEnvVars()
327 Driver &TheDriver, bool CanonicalPrefixes) { in SetInstallDir()
485 Driver TheDriver(Path, llvm::sys::getDefaultTargetTriple(), Diags); in clang_main()
512 Driver::ReproLevel ReproLevel = Driver::ReproLevel::OnCrash; in clang_main()
516 .Case("off", Driver::ReproLevel::Off) in clang_main()
517 .Case("crash", Driver::ReproLevel::OnCrash) in clang_main()
518 .Case("error", Driver::ReproLevel::OnError) in clang_main()
519 .Case("always", Driver::ReproLevel::Always) in clang_main()
529 ReproLevel = Driver::ReproLevel::Always; in clang_main()
533 Driver::CommandStatus CommandStatus = Driver::CommandStatus::Ok; in clang_main()
[all …]
H A Dcc1gen_reproducer_main.cpp113 static std::optional<driver::Driver::CompilationDiagnosticReport>
125 Driver TheDriver(ToolContext.Path, llvm::sys::getDefaultTargetTriple(), in generateReproducerForInvocationArguments()
135 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments()
150 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
190 std::optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main()
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h27 class Driver : public lldb::SBBroadcaster {
35 Driver();
37 virtual ~Driver();
H A DDriver.cpp88 static Driver *g_driver = nullptr;
99 Driver::Driver() in Driver() function in Driver
107 Driver::~Driver() { in ~Driver()
112 void Driver::OptionData::AddInitialCommand(std::string command, in AddInitialCommand()
144 void Driver::WriteCommandsForSourcing(CommandPlacement placement, in WriteCommandsForSourcing()
176 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs()
425 int Driver::MainLoop() { in MainLoop()
641 void Driver::ResizeWindow(unsigned short col) { in ResizeWindow()
806 Driver driver; in main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h21 class Driver; variable
119 getCompilationPhases(const clang::driver::Driver &Driver,
/freebsd-14.2/sys/dev/qlxge/
H A DREADME.txt4 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 9.x/10.x
14 4. Using the Driver
17 5. Driver Parameters
25 * Driver (if_qlxge.ko)
/freebsd-14.2/sys/dev/qlxgb/
H A DREADME.txt4 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 7.x/8.x/9.x
14 4. Using the Driver
17 5. Driver Parameters
25 * Driver (if_qlxgb.ko)

12345678910>>...12