Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h27 void addPathIfExists(const Driver &D, const Twine &Path,
55 void AddRunTimeLibs(const ToolChain &TC, const Driver &D,
67 const InputInfoList *Inputs, const Driver &D,
140 const Driver &D);
163 std::string getCPUName(const Driver &D, const llvm::opt::ArgList &Args,
166 void getTargetFeatures(const Driver &D, const llvm::Triple &Triple,
177 void handleTargetFeaturesGroup(const Driver &D, const llvm::Triple &Triple,
189 const InputInfo &Input, const Driver &D);
195 void addX86AlignBranchArgs(const Driver &D, const llvm::opt::ArgList &Args,
199 void checkAMDGPUCodeObjectVersion(const Driver &D,
[all …]
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp137 static bool SetBackdoorDriverOutputsFromEnvVars(Driver &TheDriver) { in SetBackdoorDriverOutputsFromEnvVars()
349 Driver TheDriver(Path, llvm::sys::getDefaultTargetTriple(), Diags, in clang_main()
378 Driver::ReproLevel ReproLevel = Driver::ReproLevel::OnCrash; in clang_main()
381 llvm::StringSwitch<std::optional<Driver::ReproLevel>>(A->getValue()) in clang_main()
382 .Case("off", Driver::ReproLevel::Off) in clang_main()
383 .Case("crash", Driver::ReproLevel::OnCrash) in clang_main()
384 .Case("error", Driver::ReproLevel::OnError) in clang_main()
385 .Case("always", Driver::ReproLevel::Always) in clang_main()
395 ReproLevel = Driver::ReproLevel::Always; in clang_main()
399 Driver::CommandStatus CommandStatus = Driver::CommandStatus::Ok; in clang_main()
[all …]
H A Dcc1gen_reproducer_main.cpp113 static std::optional<driver::Driver::CompilationDiagnosticReport>
126 Driver TheDriver(ToolContext.Path, llvm::sys::getDefaultTargetTriple(), Diags, in generateReproducerForInvocationArguments()
136 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments()
151 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
191 std::optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DLocateToolCompilationDatabase.cpp45 std::string &Driver = Cmd.CommandLine.front(); in addLocation() local
47 if (llvm::sys::path::is_absolute(Driver)) in addLocation()
51 if (llvm::any_of(Driver, in addLocation()
54 auto Absolute = llvm::sys::findProgramByName(Driver); in addLocation()
57 Driver = std::move(*Absolute); in addLocation()
/freebsd/lib/clang/libclang/
H A DMakefile28 CFLAGS+= -I${CLANG_SRCS}/lib/Driver
373 SRCS_MIN+= Driver/Action.cpp
374 SRCS_MIN+= Driver/Compilation.cpp
375 SRCS_MIN+= Driver/Distro.cpp
376 SRCS_MIN+= Driver/Driver.cpp
377 SRCS_MIN+= Driver/DriverOptions.cpp
378 SRCS_MIN+= Driver/Job.cpp
379 SRCS_MIN+= Driver/Multilib.cpp
380 SRCS_MIN+= Driver/MultilibBuilder.cpp
381 SRCS_MIN+= Driver/OptionUtils.cpp
[all …]
/freebsd/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/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
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 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 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::Triple &Triple,
H A DPPC.h36 FloatABI getPPCFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
39 ReadGOTPtrMode getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple,
42 void getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple,
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 DAArch64.cpp73 static bool DecodeAArch64Features(const Driver &D, StringRef text, in DecodeAArch64Features()
92 static bool DecodeAArch64Mcpu(const Driver &D, StringRef Mcpu, StringRef &CPU, in DecodeAArch64Mcpu()
115 getAArch64ArchFeaturesFromMarch(const Driver &D, StringRef March, in getAArch64ArchFeaturesFromMarch()
138 const Driver &D, StringRef Mcpu, const ArgList &Args, in getAArch64ArchFeaturesFromMcpu()
156 getAArch64MicroArchFeaturesFromMtune(const Driver &D, StringRef Mtune, in getAArch64MicroArchFeaturesFromMtune()
167 getAArch64MicroArchFeaturesFromMcpu(const Driver &D, StringRef Mcpu, in getAArch64MicroArchFeaturesFromMcpu()
173 void aarch64::getAArch64TargetFeatures(const Driver &D, in getAArch64TargetFeatures()
450 void aarch64::setPAuthABIInTriple(const Driver &D, const ArgList &Args, in setPAuthABIInTriple()
H A DSystemZ.h28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
33 void getSystemZTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
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,
186 CudaToolChain(const Driver &D, const llvm::Triple &Triple,
226 computeMSVCVersion(const Driver *D,
H A DAIX.cpp34 const Driver &D = getToolChain().getDriver(); in ConstructJob()
114 const Driver &D = ToolChain.getDriver(); in ConstructJob()
315 case Driver::OMPRT_OMP: in ConstructJob()
318 case Driver::OMPRT_IOMP5: in ConstructJob()
321 case Driver::OMPRT_GOMP: in ConstructJob()
324 case Driver::OMPRT_Unknown: in ConstructJob()
361 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX()
388 case Driver::OMPRT_OMP: in AddOpenMPIncludeArgs()
394 case Driver::OMPRT_IOMP5: in AddOpenMPIncludeArgs()
395 case Driver::OMPRT_GOMP: in AddOpenMPIncludeArgs()
[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 DPPCLinux.cpp45 PPCLinuxToolChain::PPCLinuxToolChain(const Driver &D, in PPCLinuxToolChain()
63 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
73 const Driver &D, const llvm::opt::ArgList &Args) const { in supportIBMLongDouble()
85 const Driver &D, const llvm::Triple &Triple, in SupportIEEEFloat128()
H A DBareMetal.cpp54 static bool findRISCVMultilibs(const Driver &D, in findRISCVMultilibs()
118 static std::string computeClangRuntimesSysRoot(const Driver &D, in computeClangRuntimesSysRoot()
149 static bool detectGCCToolchainAdjacent(const Driver &D) { in detectGCCToolchainAdjacent()
172 const Driver &D = getDriver(); in computeSysRoot()
196 const Driver &D = getDriver(); in getCompilerRTPath()
205 static void addMultilibsFilePaths(const Driver &D, const MultilibSet &Multilibs, in addMultilibsFilePaths()
218 BareMetal::BareMetal(const Driver &D, const llvm::Triple &Triple, in BareMetal()
262 findMultilibsFromYAML(const ToolChain &TC, const Driver &D, in findMultilibsFromYAML()
307 getMultilibConfigPath(const Driver &D, const llvm::Triple &Triple, in getMultilibConfigPath()
323 void BareMetal::findMultilibs(const Driver &D, const llvm::Triple &Triple, in findMultilibs()
[all …]
H A DGnu.h35 bool findMIPSMultilibs(const Driver &D, const llvm::Triple &TargetTriple,
196 const Driver &D;
221 explicit GCCInstallationDetector(const Driver &D) : IsValid(false), D(D) {} in GCCInstallationDetector()
295 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
326 void AddMultilibPaths(const Driver &D, const std::string &SysRoot,
330 void AddMultiarchPaths(const Driver &D, const std::string &SysRoot,
372 Generic_ELF(const Driver &D, const llvm::Triple &Triple, in Generic_ELF()
H A DAMDGPU.h40 void getAMDGPUTargetFeatures(const Driver &D, const llvm::Triple &Triple,
44 void addFullLTOPartitionOption(const Driver &D, const llvm::opt::ArgList &Args,
63 AMDGPUToolChain(const Driver &D, const llvm::Triple &Triple,
139 ROCMToolChain(const Driver &D, const llvm::Triple &Triple,
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h27 class Driver : public lldb::SBBroadcaster {
35 Driver();
37 virtual ~Driver();
H A DDriver.cpp96 static Driver *g_driver = nullptr;
107 Driver::Driver() in Driver() function in Driver
115 Driver::~Driver() { in ~Driver()
120 void Driver::OptionData::AddInitialCommand(std::string command, in AddInitialCommand()
152 void Driver::WriteCommandsForSourcing(CommandPlacement placement, in WriteCommandsForSourcing()
184 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs()
438 int Driver::MainLoop() { in MainLoop()
637 void Driver::UpdateWindowSize() { in UpdateWindowSize()
826 Driver driver; in main()
/freebsd/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)
/freebsd/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)

12345678910>>...12