/frameworks/compile/libbcc/runtime/ |
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/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 | 11 #else /* Solaris or AuroraUX. */
|
/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/test/ |
Makefile | 85 # Both AuroraUX & Solaris do not have the -m flag for ulimit 89 ifeq ($(HOST_OS),AuroraUX) 91 else # !AuroraUX 94 endif # AuroraUX
|
/frameworks/compile/libbcc/runtime/lib/ |
endianness.h | 35 #endif /* Solaris and AuroraUX. */
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
endianness.h | 35 #endif /* Solaris and AuroraUX. */
|
/external/clang/lib/Driver/ |
Tools.h | 524 /// auroraux -- Directly call GNU Binutils assembler and linker 525 namespace auroraux { namespace in namespace:clang::driver::tools 528 Assemble(const ToolChain &TC) : Tool("auroraux::Assemble", "assembler", 541 Link(const ToolChain &TC) : Tool("auroraux::Link", "linker", TC) {} 552 } // end namespace auroraux
|
ToolChains.h | 439 class LLVM_LIBRARY_VISIBILITY AuroraUX : public Generic_GCC { 441 AuroraUX(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
|
ToolChains.cpp | [all...] |
Driver.cpp | [all...] |
/external/llvm/ |
CREDITS.TXT | 198 E: rkay@auroraux.org 300 E: eocallaghan@auroraux.org 301 W: http://www.auroraux.org 303 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
|
/frameworks/compile/mclinker/m4/ |
llvm.m4 | 109 *-*-auroraux*)
|
/external/llvm/lib/Support/ |
Triple.cpp | 102 case AuroraUX: return "auroraux"; 271 .StartsWith("auroraux", Triple::AuroraUX)
|
/external/compiler-rt/www/ |
index.html | 96 <td>AuroraUX</td>
|
/frameworks/compile/libbcc/runtime/www/ |
index.html | 80 <td>AuroraUX</td>
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 424 case llvm::Triple::AuroraUX: 425 // AuroraUX
|
/external/llvm/autoconf/ |
config.sub | 1308 -auroraux) 1309 os=-auroraux 1332 | -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 | 82 AuroraUX,
|
/external/llvm/projects/sample/autoconf/ |
configure.ac | 180 *-*-auroraux*) 183 llvm_cv_os_type="AuroraUX" 248 *-*-auroraux*) 249 llvm_cv_target_os_type="AuroraUX" ;; [all...] |