| /minix3/external/mit/xorg/etc/etc.hpcarm/ |
| H A D | xorg.conf.ws007sh | 17 Driver "kbd" 26 Driver "ws" 43 Driver "mouse" 50 Driver "wsfb"
|
| H A D | xorg.conf.ws003sh | 17 Driver "kbd" 26 Driver "ws" 43 Driver "mouse" 50 Driver "wsfb"
|
| H A D | xorg.conf.ws020sh | 17 Driver "kbd" 26 Driver "ws" 43 Driver "mouse" 50 Driver "wsfb"
|
| H A D | xorg.conf.ws011sh | 17 Driver "kbd" 26 Driver "ws" 43 Driver "mouse" 50 Driver "wsfb"
|
| /minix3/external/mit/xorg/etc/etc.hpc/ |
| H A D | xorg.conf.640x480-us | 17 Driver "kbd" 25 Driver "ws" 42 Driver "mouse" 49 Driver "wsfb"
|
| H A D | xorg.conf.800x600-jp | 17 Driver "kbd" 25 Driver "ws" 43 Driver "mouse" 50 Driver "wsfb"
|
| H A D | xorg.conf.640x240-us | 17 Driver "kbd" 25 Driver "ws" 42 Driver "mouse" 49 Driver "wsfb"
|
| H A D | xorg.conf.800x600-us | 17 Driver "kbd" 25 Driver "ws" 43 Driver "mouse" 50 Driver "wsfb"
|
| H A D | xorg.conf.640x480-jp | 17 Driver "kbd" 25 Driver "ws" 42 Driver "mouse" 49 Driver "wsfb"
|
| H A D | xorg.conf.640x240-jp | 17 Driver "kbd" 25 Driver "ws" 42 Driver "mouse" 49 Driver "wsfb"
|
| /minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
| H A D | ToolChains.h | 103 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 D | Driver.cpp | 47 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 D | xorg.conf.jpkbd | 16 Driver "kbd" 26 Driver "mouse" 33 Driver "wsfb"
|
| H A D | xorg.conf.uskbd | 16 Driver "kbd" 26 Driver "mouse" 33 Driver "wsfb"
|
| /minix3/external/mit/xorg/etc/etc.zaurus/ |
| H A D | xorg.conf.C3x00 | 16 Driver "kbd" 22 Driver "ws" 37 Driver "wsfb"
|
| H A D | xorg.conf.C7x0 | 16 Driver "kbd" 22 Driver "ws" 37 Driver "wsfb"
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
| H A D | Compilation.h | 27 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 D | SanitizerArgs.h | 20 class Driver; variable 60 bool getDefaultBlacklist(const Driver &D, std::string &BLPath);
|
| H A D | ToolChain.h | 36 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 D | Makefile | 7 .PATH: ${CLANG_SRCDIR}/lib/Driver 12 Driver.cpp \
|
| /minix3/external/bsd/llvm/lib/liblldDriver/ |
| H A D | Makefile | 7 .PATH: ${LLD_SRCDIR}/lib/Driver 11 Driver.cpp \
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 55 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 D | module.modulemap | 72 module Driver { header "Driver/DriverDiagnostic.h" export * } 83 umbrella "Driver" 86 exclude header "Driver/Types.def"
|
| H A D | CMakeLists.txt | 3 add_subdirectory(Driver)
|
| /minix3/external/bsd/llvm/bin/lldb/ |
| H A D | Makefile | 10 SRCS= Driver.cpp \ 13 CPPFLAGS.Driver.cpp+= -Dgetopt_long_only=getopt_long
|