Home
last modified time | relevance | path

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

12345

/minix3/external/mit/xorg/etc/etc.hpcarm/
H A Dxorg.conf.ws007sh17 Driver "kbd"
26 Driver "ws"
43 Driver "mouse"
50 Driver "wsfb"
H A Dxorg.conf.ws003sh17 Driver "kbd"
26 Driver "ws"
43 Driver "mouse"
50 Driver "wsfb"
H A Dxorg.conf.ws020sh17 Driver "kbd"
26 Driver "ws"
43 Driver "mouse"
50 Driver "wsfb"
H A Dxorg.conf.ws011sh17 Driver "kbd"
26 Driver "ws"
43 Driver "mouse"
50 Driver "wsfb"
/minix3/external/mit/xorg/etc/etc.hpc/
H A Dxorg.conf.640x480-us17 Driver "kbd"
25 Driver "ws"
42 Driver "mouse"
49 Driver "wsfb"
H A Dxorg.conf.800x600-jp17 Driver "kbd"
25 Driver "ws"
43 Driver "mouse"
50 Driver "wsfb"
H A Dxorg.conf.640x240-us17 Driver "kbd"
25 Driver "ws"
42 Driver "mouse"
49 Driver "wsfb"
H A Dxorg.conf.800x600-us17 Driver "kbd"
25 Driver "ws"
43 Driver "mouse"
50 Driver "wsfb"
H A Dxorg.conf.640x480-jp17 Driver "kbd"
25 Driver "ws"
42 Driver "mouse"
49 Driver "wsfb"
H A Dxorg.conf.640x240-jp17 Driver "kbd"
25 Driver "ws"
42 Driver "mouse"
49 Driver "wsfb"
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DToolChains.h103 void init(const Driver &D, const llvm::Triple &TargetTriple,
153 Generic_GCC(const Driver &D, const llvm::Triple &Triple,
197 MachO(const Driver &D, const llvm::Triple &Triple,
346 Darwin(const Driver &D, const llvm::Triple &Triple,
473 DarwinClang(const Driver &D, const llvm::Triple &Triple,
503 Generic_ELF(const Driver &D, const llvm::Triple &Triple, in Generic_ELF()
513 Solaris(const Driver &D, const llvm::Triple &Triple,
526 OpenBSD(const Driver &D, const llvm::Triple &Triple,
544 Bitrig(const Driver &D, const llvm::Triple &Triple,
567 FreeBSD(const Driver &D, const llvm::Triple &Triple,
[all …]
H A DDriver.cpp47 Driver::Driver(StringRef ClangExecutable, in Driver() function in Driver
77 Driver::~Driver() { in ~Driver()
83 void Driver::ParseDriverMode(ArrayRef<const char *> Args) { in ParseDriverMode()
110 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) { in ParseArgStrings()
155 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg) in getFinalPhase()
207 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs()
293 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { in BuildCompilation()
405 void Driver::generateCompilationDiagnostics(Compilation &C, in generateCompilationDiagnostics()
560 void Driver::setUpResponseFiles(Compilation &C, Job &J) { in setUpResponseFiles()
583 int Driver::ExecuteCompilation(Compilation &C, in ExecuteCompilation()
[all …]
/minix3/external/mit/xorg/etc/etc.dreamcast/
H A Dxorg.conf.jpkbd16 Driver "kbd"
26 Driver "mouse"
33 Driver "wsfb"
H A Dxorg.conf.uskbd16 Driver "kbd"
26 Driver "mouse"
33 Driver "wsfb"
/minix3/external/mit/xorg/etc/etc.zaurus/
H A Dxorg.conf.C3x0016 Driver "kbd"
22 Driver "ws"
37 Driver "wsfb"
H A Dxorg.conf.C7x016 Driver "kbd"
22 Driver "ws"
37 Driver "wsfb"
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h27 class Driver; variable
36 const Driver &TheDriver;
76 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
81 const Driver &getDriver() const { return TheDriver; } in getDriver()
H A DSanitizerArgs.h20 class Driver; variable
60 bool getDefaultBlacklist(const Driver &D, std::string &BLPath);
H A DToolChain.h36 class Driver; variable
57 const Driver &D;
82 ToolChain(const Driver &D, const llvm::Triple &T,
111 const Driver &getDriver() const;
/minix3/external/bsd/llvm/lib/libclangDriver/
H A DMakefile7 .PATH: ${CLANG_SRCDIR}/lib/Driver
12 Driver.cpp \
/minix3/external/bsd/llvm/lib/liblldDriver/
H A DMakefile7 .PATH: ${LLD_SRCDIR}/lib/Driver
11 Driver.cpp \
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp55 static clang::driver::Driver *newDriver(clang::DiagnosticsEngine *Diagnostics, in newDriver()
57 clang::driver::Driver *CompilerDriver = new clang::driver::Driver( in newDriver()
215 const std::unique_ptr<clang::driver::Driver> Driver( in run() local
218 Driver->setCheckInputsExist(false); in run()
220 Driver->BuildCompilation(llvm::makeArrayRef(Argv))); in run()
/minix3/external/bsd/llvm/dist/clang/include/clang/
H A Dmodule.modulemap72 module Driver { header "Driver/DriverDiagnostic.h" export * }
83 umbrella "Driver"
86 exclude header "Driver/Types.def"
H A DCMakeLists.txt3 add_subdirectory(Driver)
/minix3/external/bsd/llvm/bin/lldb/
H A DMakefile10 SRCS= Driver.cpp \
13 CPPFLAGS.Driver.cpp+= -Dgetopt_long_only=getopt_long

12345