/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.h | 27 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); 197 void addX86AlignBranchArgs(const Driver &D, const llvm::opt::ArgList &Args, 201 void checkAMDGPUCodeObjectVersion(const Driver &D, [all …]
|
H A D | Cuda.h | 29 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, 189 CudaToolChain(const Driver &D, const llvm::Triple &Triple, 229 computeMSVCVersion(const Driver *D,
|
H A D | AIX.cpp | 35 const Driver &D = getToolChain().getDriver(); in ConstructJob() 115 const Driver &D = ToolChain.getDriver(); in ConstructJob() 300 case Driver::OMPRT_OMP: in ConstructJob() 303 case Driver::OMPRT_IOMP5: in ConstructJob() 306 case Driver::OMPRT_GOMP: in ConstructJob() 309 case Driver::OMPRT_Unknown: in ConstructJob() 345 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX() 372 case Driver::OMPRT_OMP: in AddOpenMPIncludeArgs() 378 case Driver::OMPRT_IOMP5: in AddOpenMPIncludeArgs() 379 case Driver::OMPRT_GOMP: in AddOpenMPIncludeArgs() [all …]
|
H A D | PPCLinux.h | 20 PPCLinuxToolChain(const Driver &D, const llvm::Triple &Triple, 28 bool SupportIEEEFloat128(const Driver &D, const llvm::Triple &Triple, 30 bool supportIBMLongDouble(const Driver &D,
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | driver.cpp | 134 static bool SetBackdoorDriverOutputsFromEnvVars(Driver &TheDriver) { in SetBackdoorDriverOutputsFromEnvVars() 337 Driver TheDriver(Path, llvm::sys::getDefaultTargetTriple(), Diags); in clang_main() 363 Driver::ReproLevel ReproLevel = Driver::ReproLevel::OnCrash; in clang_main() 366 llvm::StringSwitch<std::optional<Driver::ReproLevel>>(A->getValue()) in clang_main() 367 .Case("off", Driver::ReproLevel::Off) in clang_main() 368 .Case("crash", Driver::ReproLevel::OnCrash) in clang_main() 369 .Case("error", Driver::ReproLevel::OnError) in clang_main() 370 .Case("always", Driver::ReproLevel::Always) in clang_main() 380 ReproLevel = Driver::ReproLevel::Always; in clang_main() 384 Driver::CommandStatus CommandStatus = Driver::CommandStatus::Ok; in clang_main() [all …]
|
H A D | cc1gen_reproducer_main.cpp | 113 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/contrib/llvm-project/clang/lib/Tooling/ |
H A D | LocateToolCompilationDatabase.cpp | 45 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 D | Makefile | 9 CFLAGS+= -I${CLANG_SRCS}/lib/Driver 347 SRCS_MIN+= Driver/Action.cpp 348 SRCS_MIN+= Driver/Compilation.cpp 349 SRCS_MIN+= Driver/Distro.cpp 350 SRCS_MIN+= Driver/Driver.cpp 351 SRCS_MIN+= Driver/DriverOptions.cpp 352 SRCS_MIN+= Driver/Job.cpp 353 SRCS_MIN+= Driver/Multilib.cpp 354 SRCS_MIN+= Driver/MultilibBuilder.cpp 355 SRCS_MIN+= Driver/OptionUtils.cpp [all …]
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | Readme.freebsd.txt | 4 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 D | PPC.h | 36 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 D | ARM.h | 55 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 D | Sparc.h | 29 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 D | CSKY.h | 31 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 D | Mips.h | 37 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 D | AArch64.cpp | 74 static bool DecodeAArch64Features(const Driver &D, StringRef text, in DecodeAArch64Features() 93 static bool DecodeAArch64Mcpu(const Driver &D, StringRef Mcpu, StringRef &CPU, in DecodeAArch64Mcpu() 116 getAArch64ArchFeaturesFromMarch(const Driver &D, StringRef March, in getAArch64ArchFeaturesFromMarch() 139 getAArch64ArchFeaturesFromMcpu(const Driver &D, StringRef Mcpu, in getAArch64ArchFeaturesFromMcpu() 151 getAArch64MicroArchFeaturesFromMtune(const Driver &D, StringRef Mtune, in getAArch64MicroArchFeaturesFromMtune() 176 getAArch64MicroArchFeaturesFromMcpu(const Driver &D, StringRef Mcpu, in getAArch64MicroArchFeaturesFromMcpu() 189 void aarch64::getAArch64TargetFeatures(const Driver &D, in getAArch64TargetFeatures() 453 void aarch64::setPAuthABIInTriple(const Driver &D, const ArgList &Args, in setPAuthABIInTriple()
|
H A D | X86.h | 24 std::string getX86TargetCPU(const Driver &D, const llvm::opt::ArgList &Args, 27 void getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
H A D | PPC.cpp | 89 std::string ppc::getPPCTargetCPU(const Driver &D, const ArgList &Args, in getPPCTargetCPU() 112 void ppc::getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple, in getPPCTargetFeatures() 150 ppc::ReadGOTPtrMode ppc::getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple, in getPPCReadGOTPtrMode() 160 ppc::FloatABI ppc::getPPCFloatABI(const Driver &D, const ArgList &Args) { in getPPCFloatABI()
|
H A D | SystemZ.h | 28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 32 void getSystemZTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
|
H A D | AArch64.h | 23 void getAArch64TargetFeatures(const Driver &D, const llvm::Triple &Triple, 31 void setPAuthABIInTriple(const Driver &D, const llvm::opt::ArgList &Args,
|
H A D | LoongArch.h | 20 void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple, 24 StringRef getLoongArchABI(const Driver &D, const llvm::opt::ArgList &Args,
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Driver.h | 27 class Driver : public lldb::SBBroadcaster { 35 Driver(); 37 virtual ~Driver();
|
H A D | Driver.cpp | 89 static Driver *g_driver = nullptr; 100 Driver::Driver() in Driver() function in Driver 108 Driver::~Driver() { in ~Driver() 113 void Driver::OptionData::AddInitialCommand(std::string command, in AddInitialCommand() 145 void Driver::WriteCommandsForSourcing(CommandPlacement placement, in WriteCommandsForSourcing() 177 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs() 425 int Driver::MainLoop() { in MainLoop() 627 void Driver::ResizeWindow(unsigned short col) { in ResizeWindow() 798 Driver driver; in main()
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 4 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 D | README.txt | 4 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/sys/dev/qlxgbe/ |
H A D | README.txt | 4 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 9.x/10.x 14 4. Using the Driver 17 5. Driver Parameters 25 * Driver (if_qlxgbe.ko)
|