/external/compiler-rt/ |
CREDITS.TXT | 12 E: cvanvliet@auroraux.org 13 W: http://www.auroraux.org 17 E: eocallaghan@auroraux.org 18 W: http://www.auroraux.org 20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
|
/external/clang/test/CodeGen/ |
2003-08-21-WideString.c | 10 #else /* Solaris or AuroraUX. */
|
2009-07-15-pad-wchar_t-array.c | 10 #else /* Solaris or AuroraUX. */
|
wchar-const.c | 12 #else /* Solaris or AuroraUX. */
|
/external/clang/test/Sema/ |
wchar.c | 13 #else /* Solaris or AuroraUX. */
|
/external/llvm/test/ |
Makefile | 69 # Both AuroraUX & Solaris do not have the -m flag for ulimit 73 ifeq ($(HOST_OS),AuroraUX) 75 else # !AuroraUX 81 endif # AuroraUX
|
/external/clang/lib/Driver/ |
Tools.h | 519 /// auroraux -- Directly call GNU Binutils assembler and linker 520 namespace auroraux { namespace in namespace:clang::driver::tools 523 Assemble(const ToolChain &TC) : Tool("auroraux::Assemble", "assembler", 536 Link(const ToolChain &TC) : Tool("auroraux::Link", "linker", TC) {} 547 } // end namespace auroraux
|
ToolChains.h | 387 class LLVM_LIBRARY_VISIBILITY AuroraUX : public Generic_GCC { 389 AuroraUX(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
|
ToolChains.cpp | [all...] |
/external/compiler-rt/lib/ |
int_endianness.h | 30 #endif /* Solaris and AuroraUX. */
|
/external/compiler-rt/test/Unit/ |
endianness.h | 35 #endif /* Solaris and AuroraUX. */
|
/external/llvm/ |
CREDITS.TXT | 204 E: rkay@auroraux.org 306 E: eocallaghan@auroraux.org 307 W: http://www.auroraux.org 309 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
|
/external/llvm/lib/Support/ |
Triple.cpp | 113 case AuroraUX: return "auroraux"; 263 .StartsWith("auroraux", Triple::AuroraUX)
|
/external/compiler-rt/www/ |
index.html | 96 <td>AuroraUX</td>
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 439 case llvm::Triple::AuroraUX: 440 // AuroraUX
|
/external/bison/build-aux/ |
config.sub | 1335 -auroraux) 1336 os=-auroraux 1359 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/expat/conftools/ |
config.sub | 1302 -auroraux) 1303 os=-auroraux 1326 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/icu4c/ |
config.sub | 1318 -auroraux) 1319 os=-auroraux 1342 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
config.sub | 1311 -auroraux) 1312 os=-auroraux 1335 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/llvm/autoconf/ |
config.sub | 1310 -auroraux) 1311 os=-auroraux 1334 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/llvm/projects/sample/autoconf/ |
config.sub | 1310 -auroraux) 1311 os=-auroraux 1334 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
configure.ac | 180 *-*-auroraux*) 183 llvm_cv_os_type="AuroraUX" 248 *-*-auroraux*) 249 llvm_cv_target_os_type="AuroraUX" ;; [all...] |
/external/openfst/ |
config.sub | 1318 -auroraux) 1319 os=-auroraux 1342 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/openssh/ |
config.sub | 1281 -auroraux) 1282 os=-auroraux 1305 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ [all...] |
/external/llvm/include/llvm/ADT/ |
Triple.h | 86 AuroraUX,
|