/external/clang/test/Driver/ |
sysroot-flags.c | 1 // Check for proper handling of --sysroot and -isysroot flags. 3 // RUN: %clang -### -fsyntax-only -isysroot /foo/bar %s 2>&1 | \ 4 // RUN: FileCheck %s -check-prefix=ISYSROOT 5 // ISYSROOT: "-isysroot" "{{[^"]*}}/foo/bar" 7 // Check that we get both isysroot for headers, and pass --sysroot on to GCC to 12 // SYSROOT_EQ: "-isysroot" "{{[^"]*}}/foo/bar" 16 // -isysroot. 17 // RUN: %clang -### -target x86_64-unknown-linux-gnu -isysroot /baz \ 20 // ISYSROOT_AND_SYSROOT: "-isysroot" "{{[^"]*}}/baz [all...] |
sysroot.c | 4 // CHECK-SYSROOTEQ: "-cc1"{{.*}} "-isysroot" "{{[^"]*}}/FOO" 6 // Apple Darwin uses -isysroot as the syslib root, too. 9 // RUN: -isysroot /FOO -### %t2.o 2> %t2 10 // RUN: FileCheck --check-prefix=CHECK-APPLE-ISYSROOT < %t2 %s 11 // CHECK-APPLE-ISYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/FOO" 13 // Check that honor --sysroot= over -isysroot, for Apple Darwin. 16 // RUN: -isysroot /FOO --sysroot=/BAR -### %t3.o 2> %t3
|
warning-options.cpp | 11 // Check that -isysroot warns on nonexistent paths. 12 // RUN: %clang -### -c -target i386-apple-darwin10 -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s 13 // CHECK-ISYSROOT: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO'
|
darwin-sdkroot.c | 1 // Check that SDKROOT is used to define the default for -isysroot on Darwin. 11 // CHECK-BASIC: "-isysroot" "{{.*tmpdir}}" 22 // CHECK-NONPATH-NOT: "-isysroot" 32 // CHECK-NONROOT-NOT: "-isysroot"
|
linux-header-search.cpp | 10 // CHECK-UBUNTU-11-04: "-isysroot" "[[SYSROOT:[^"]+]]" 24 // CHECK-UBUNTU-13-04: "-isysroot" "[[SYSROOT:[^"]+]]" 41 // CHECK-UBUNTU-13-04-M32: "-isysroot" "[[SYSROOT:[^"]+]]" 53 // CHECK-DEBIAN-X86: "-isysroot" "[[SYSROOT:[^"]+]]" 67 // CHECK-DEBIAN-X86-64: "-isysroot" "[[SYSROOT:[^"]+]]" 81 // CHECK-DEBIAN-PPC: "-isysroot" "[[SYSROOT:[^"]+]]" 95 // CHECK-DEBIAN-PPC64: "-isysroot" "[[SYSROOT:[^"]+]]"
|
/external/clang/test/PCH/ |
reloc.c | 2 // RUN: -isysroot %S/libroot %S/libroot/usr/include/reloc.h 4 // RUN: -include-pch %t -isysroot %S/libroot %s -Xclang -verify
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS} 107 /bin/sh fixproto ${subincdir} ${subincdir} ${isysroot}${SYSTEM_HEADER_DIR} || exit 1
|
/external/clang/lib/Serialization/ |
GeneratePCH.cpp | 30 StringRef isysroot, 33 isysroot(isysroot.str()), Out(OS), 46 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/ |
mkheaders | 34 echo "Usage: mkheaders [options] [prefix [isysroot]]" 59 # Allow for alternate isysroot in which to find headers 61 isysroot=$1 64 isysroot= 94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
|
/external/webkit/Tools/wx/ |
install-unix-extras | 107 make CFLAGS="-O -g -isysroot $SDK $ARCH_FLAGS" \ 130 make CFLAGS="-O -g -isysroot $SDK $ARCH_FLAGS" \ 154 make CFLAGS="-O -g -isysroot $SDK $ARCH_FLAGS" \ 178 make CFLAGS="-O -g -isysroot $SDK $ARCH_FLAGS" \ 202 export CFLAGS="-O -g -isysroot $SDK -mmacosx-version-min=10.4 -arch i386 -arch ppc" 212 export CFLAGS="-O -g -isysroot $SDK -mmacosx-version-min=10.4 -arch x86_64 -arch ppc64" 220 export CFLAGS="-O -g -isysroot $SDK -mmacosx-version-min=10.4 $ARCH_FLAGS" 231 make CFLAGS="-O -g -isysroot $SDK $ARCH_FLAGS" \
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 419 StringRef isysroot, const std::string &OutputFile); 422 StringRef isysroot); 425 StringRef isysroot); 427 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot); 473 StringRef isysroot, const std::string &OutputFile, 490 /// \param isysroot if non-empty, write a relocatable file whose headers 494 Module *WritingModule, StringRef isysroot, 736 std::string isysroot; member in class:clang::PCHGenerator 750 StringRef isysroot, raw_ostream *Out);
|
/build/core/combo/ |
HOST_darwin-x86.mk | 96 HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version) -DMACOSX_DEPLOYMENT_TARGET=$(mac_sdk_version) 97 HOST_GLOBAL_LDFLAGS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version)
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 18 -isysroot $(ProjSrcRoot)/SDKs/darwin \ 126 OSX_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin 127 IOS_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin 128 IOS6_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin 129 IOSSIM_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
|
darwin_bni.mk | 29 DEPLOYMENT_FLAGS += -isysroot $(SDKROOT)
|
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 35 Reader.reset(new ASTReader(PP, CI.getASTContext(), /*isysroot=*/"", 114 /*isysroot=*/"", &OS));
|
/external/qemu/ |
Makefile.android | 78 MY_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version) -DMACOSX_DEPLOYMENT_TARGET=$(mac_sdk_version) 79 MY_LDLIBS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version)
|
/external/clang/include/clang/Basic/ |
DiagnosticFrontendKinds.td | 98 "must specify system root with -isysroot when building a relocatable "
|
/ndk/sources/cxx-stl/llvm-libc++/lib/ |
buildit | 63 EXTRA_FLAGS+="-isysroot ${SDKROOT}"
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 261 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. 637 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. 653 .IP "\fB\-isysroot\fR \fIdir\fR" 4 654 .IX Item "-isysroot dir" 671 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. 680 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 261 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. 637 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. 653 .IP "\fB\-isysroot\fR \fIdir\fR" 4 654 .IX Item "-isysroot dir" 671 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. 680 by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR. [all...] |