Home
last modified time | relevance | path

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

12345678

/freebsd-12.1/contrib/llvm/tools/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-12.1/lib/clang/libclang/
H A DMakefile11 CFLAGS+= -I${CLANG_SRCS}/lib/Driver
252 SRCS_MIN+= Driver/Action.cpp
255 SRCS_MIN+= Driver/Distro.cpp
256 SRCS_MIN+= Driver/Driver.cpp
258 SRCS_MIN+= Driver/Job.cpp
259 SRCS_MIN+= Driver/Multilib.cpp
260 SRCS_MIN+= Driver/Phases.cpp
262 SRCS_MIN+= Driver/Tool.cpp
307 SRCS_MIN+= Driver/Types.cpp
308 SRCS_MIN+= Driver/XRayArgs.cpp
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIReadMe.txt2 The MI Driver - LLDB Machine Interface V2 (MI) Project Overview
5 The MI Driver is a stand alone executable that either be used via a
12 A blog about the MI Driver is available on CodePlay's website. Although it may not be
17 This file keeps a history of the MI Driver's activity for one session. It is
18 used to aid the debugging of the MI Driver. It also gives warnings about
21 Note any command or text sent to the MI Driver in MI mode that is not a command
22 registered in the MI Driver's Command Factory will be rejected and an error message
36 The MI Driver build configuration:
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp94 static Driver *g_driver = nullptr;
105 Driver::Driver() in Driver() function in Driver
113 Driver::~Driver() { g_driver = nullptr; } in ~Driver()
115 void Driver::OptionData::AddLocalLLDBInit() { in AddLocalLLDBInit()
133 void Driver::OptionData::AddInitialCommand(std::string command, in AddInitialCommand()
165 const char *Driver::GetFilename() const { in GetFilename()
171 const char *Driver::GetCrashLogFilename() const { in GetCrashLogFilename()
177 lldb::ScriptLanguage Driver::GetScriptLanguage() const { in GetScriptLanguage()
562 int Driver::MainLoop() { in MainLoop()
768 void Driver::ResizeWindow(unsigned short col) { in ResizeWindow()
[all …]
H A DDriver.h28 class Driver : public lldb::SBBroadcaster {
36 Driver();
38 virtual ~Driver();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/
H A DPPC.h37 FloatABI getPPCFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
41 ReadGOTPtrMode getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple,
44 void getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple,
H A DAArch64.cpp55 static bool DecodeAArch64Features(const Driver &D, StringRef text, in DecodeAArch64Features()
74 static bool DecodeAArch64Mcpu(const Driver &D, StringRef Mcpu, StringRef &CPU, in DecodeAArch64Mcpu()
101 getAArch64ArchFeaturesFromMarch(const Driver &D, StringRef March, in getAArch64ArchFeaturesFromMarch()
117 getAArch64ArchFeaturesFromMcpu(const Driver &D, StringRef Mcpu, in getAArch64ArchFeaturesFromMcpu()
129 getAArch64MicroArchFeaturesFromMtune(const Driver &D, StringRef Mtune, in getAArch64MicroArchFeaturesFromMtune()
150 getAArch64MicroArchFeaturesFromMcpu(const Driver &D, StringRef Mcpu, in getAArch64MicroArchFeaturesFromMcpu()
162 void aarch64::getAArch64TargetFeatures(const Driver &D, in getAArch64TargetFeatures()
H A DSparc.h30 FloatABI getSparcFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
32 void getSparcTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHexagon.cpp39 static void handleHVXWarnings(const Driver &D, const ArgList &Args) { in handleHVXWarnings()
50 static void handleHVXTargetFeatures(const Driver &D, const ArgList &Args, in handleHVXTargetFeatures()
97 void hexagon::getHexagonTargetFeatures(const Driver &D, const ArgList &Args, in getHexagonTargetFeatures()
131 const Driver &D = HTC.getDriver(); in ConstructJob()
201 const Driver &D = HTC.getDriver(); in constructHexagonLinkArgs()
384 const Driver &D = getDriver(); in getHexagonTargetDir()
416 const Driver &D = getDriver(); in getHexagonLibraryPaths()
457 HexagonToolChain::HexagonToolChain(const Driver &D, const llvm::Triple &Triple, in HexagonToolChain()
532 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
542 const Driver &D = getDriver(); in addLibStdCxxIncludePaths()
H A DCommonArgs.h23 void addPathIfExists(const Driver &D, const Twine &Path,
48 void AddRunTimeLibs(const ToolChain &TC, const Driver &D,
98 unsigned getLTOParallelism(const llvm::opt::ArgList &Args, const Driver &D);
124 const InputInfo &Input, const Driver &D);
H A DCuda.h31 const Driver &D;
46 CudaInstallationDetector(const Driver &D, const llvm::Triple &HostTriple,
136 CudaToolChain(const Driver &D, const llvm::Triple &Triple,
183 computeMSVCVersion(const Driver *D,
H A DTCE.h25 TCEToolChain(const Driver &D, const llvm::Triple &Triple,
38 TCELEToolChain(const Driver &D, const llvm::Triple &Triple,
H A DTCE.cpp22 TCEToolChain::TCEToolChain(const Driver &D, const llvm::Triple &Triple, in TCEToolChain()
42 TCELEToolChain::TCELEToolChain(const Driver &D, const llvm::Triple& Triple, in TCELEToolChain()
H A DGnu.h33 bool findMIPSMultilibs(const Driver &D, const llvm::Triple &TargetTriple,
190 const Driver &D;
212 explicit GCCInstallationDetector(const Driver &D) : IsValid(false), D(D) {} in GCCInstallationDetector()
284 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
344 Generic_ELF(const Driver &D, const llvm::Triple &Triple, in Generic_ELF()
H A DHurd.cpp31 static std::string getMultiarchTriple(const Driver &D, in getMultiarchTriple()
65 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, in Hurd()
124 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
/freebsd-12.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-12.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-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCompilation.h41 class Driver; variable
48 const Driver &TheDriver;
129 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
134 const Driver &getDriver() const { return TheDriver; } in getDriver()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp93 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, in Driver() function in Driver
550 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime()
763 bool Driver::loadConfigFile() { in loadConfigFile()
1213 void Driver::generateCompilationDiagnostics( in generateCompilationDiagnostics()
1415 int Driver::ExecuteCompilation( in ExecuteCompilation()
2207 const Driver::InputList &Inputs;
3353 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction()
3871 InputInfo Driver::BuildJobsForAction( in BuildJobsForAction()
3889 InputInfo Driver::BuildJobsForActionNoCache( in BuildJobsForActionNoCache()
4413 void Driver::generatePrefixedToolNames( in generatePrefixedToolNames()
[all …]
/freebsd-12.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)
/freebsd-12.1/contrib/llvm/tools/clang/
H A DFREEBSD-Xlist8 Driver/
24 include/clang/Driver/CMakeLists.txt
39 lib/Driver/Arch/
40 lib/Driver/CMakeLists.txt
/freebsd-12.1/contrib/ntp/html/scripts/
H A Drefclock.txt2 <li class='inline'><a href='extern.html'>External Clock Discipline and the Local Clock Driver</a></…
3 <li class='inline'><a href='howto.html'>How to Write a Reference Clock Driver</a></li>\

12345678