Home
last modified time | relevance | path

Searched refs:isysroot (Results 1 – 25 of 62) sorted by relevance

123

/external/clang/lib/Serialization/
DGeneratePCH.cpp28 clang::Module *Module, StringRef isysroot, in PCHGenerator() argument
32 : PP(PP), OutputFile(OutputFile), Module(Module), isysroot(isysroot.str()), in PCHGenerator()
54 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors); in HandleTranslationUnit()
DASTWriter.cpp1175 StringRef isysroot, in WriteControlBlock() argument
1195 assert((!WritingModule || isysroot.empty()) && in WriteControlBlock()
1200 !isysroot.empty(), IncludeTimestamps, in WriteControlBlock()
1248 } else if (!isysroot.empty()) { in WriteControlBlock()
1250 BaseDirectory = isysroot; in WriteControlBlock()
4063 Module *WritingModule, StringRef isysroot, in WriteAST() argument
4081 WriteASTCore(SemaRef, isysroot, OutputFile, WritingModule); in WriteAST()
4100 uint64_t ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot, in WriteASTCore() argument
4243 uint64_t Signature = WriteControlBlock(PP, Context, isysroot, OutputFile); in WriteASTCore()
/external/clang/test/Modules/
Ddebug-info-moduleimport.m2 …UNDEBUG -fimplicit-module-maps -fmodules-cache-path=%t %s -I %S/Inputs -isysroot /tmp/.. -I %t -em…
11 // CHECK-SAME: isysroot: "/tmp/..")
15 // RUN: %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -o - \
22 // RUN: %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -o - \
Dsystem_version.m12 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -isysroot %t -I %…
19 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -isysroot %t -I %…
26 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -fimplicit-module-maps -isysroot %t -I %…
Dself-import-header.m4 // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=…
Ddependency-gen-inferred-map.m5 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d -…
Ddependency-gen-pch.m5 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -module-file-deps -depe…
Dmodule_file_info.m31 // CHECK: System root [-isysroot=]: '/'
/external/compiler-rt/make/platform/
Dclang_darwin.mk25 -isysroot $(3) \
165 OSX_DEPLOYMENT_ARGS += -isysroot $(OSX_SDK)
166 IOS_DEPLOYMENT_ARGS += -isysroot $(IOS_SDK)
167 IOS6_DEPLOYMENT_ARGS += -isysroot $(IOS_SDK)
168 IOSSIM_DEPLOYMENT_ARGS += -isysroot $(IOSSIM_SDK)
175 -isysroot $(IOSSIM_SDK)
244 CFLAGS.asan_osx_dynamic += -isysroot $(OSX_SDK)
245 LDFLAGS.asan_osx_dynamic += -isysroot $(OSX_SDK)
246 CFLAGS.ubsan_osx_dynamic += -isysroot $(OSX_SDK)
247 LDFLAGS.ubsan_osx_dynamic += -isysroot $(OSX_SDK)
Ddarwin_bni.mk29 DEPLOYMENT_FLAGS += -isysroot $(SDKROOT)
/external/llvm/test/Assembler/
Ddimodule.ll12 …le(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", isysroot: "/")
13 …le(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", isysroot: "/")
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/scripts/
Dbuild-ios.xml.template77 <arg line="-isysroot ${iphonesimulator-sdk} -arch i386 -miphoneos-version-min=6.0 ${g++-opts}"/>
92 <arg line="-isysroot ${iphonesimulator-sdk} -arch i386 -miphoneos-version-min=6.0 ${gcc-opts}"/>
129 … <arg line="-isysroot ${iphonesimulator-sdk} -arch x86_64 -miphoneos-version-min=6.0 ${g++-opts}"/>
144 … <arg line="-isysroot ${iphonesimulator-sdk} -arch x86_64 -miphoneos-version-min=6.0 ${gcc-opts}"/>
181 …<arg line="-isysroot ${iphoneos-sdk} -arch armv7 -miphoneos-version-min=6.0 -fembed-bitcode ${g++-…
196 …<arg line="-isysroot ${iphoneos-sdk} -arch armv7 -miphoneos-version-min=6.0 -fembed-bitcode ${gcc-…
233 …<arg line="-isysroot ${iphoneos-sdk} -arch arm64 -miphoneos-version-min=6.0 -fembed-bitcode ${g++-…
248 …<arg line="-isysroot ${iphoneos-sdk} -arch arm64 -miphoneos-version-min=6.0 -fembed-bitcode ${gcc-…
285 <arg line="-isysroot ${tvossimulator-sdk} -arch x86_64 -mtvos-version-min=9.0 ${g++-opts}"/>
300 <arg line="-isysroot ${tvossimulator-sdk} -arch x86_64 -mtvos-version-min=9.0 ${gcc-opts}"/>
[all …]
/external/clang/test/ARCMT/
Dmigrate-on-pch-and-module.m2 // RUN: %clang_cc1 -objcmt-migrate-subscripting -emit-pch -o %t.pch %s -isysroot %S/Inputs/System -…
3 …bjcmt-migrate-subscripting -include-pch %t.pch %s -migrate -o %t.remap -isysroot %S/Inputs/System …
/external/clang/test/Driver/
Dcrash-report-modules.m5 // RUN: %clang -fsyntax-only %s -I %S/Inputs/module -isysroot %/t/i/ \
33 // CHECKSH: "-isysroot" "{{[^"]*}}/i/"
/external/clang/include/clang/Serialization/
DASTWriter.h511 StringRef isysroot, const std::string &OutputFile);
579 StringRef isysroot, const std::string &OutputFile,
612 Module *WritingModule, StringRef isysroot,
890 std::string isysroot; variable
905 clang::Module *Module, StringRef isysroot,
DASTReader.h822 std::string isysroot; variable
1319 StringRef isysroot = "", bool DisableValidation = false,
/external/compiler-rt/cmake/
Dconfig-ix.cmake298 set(OSX_SYSROOT_FLAG "-isysroot${OSX_SYSROOT}")
348 list(APPEND DARWIN_osx_CFLAGS -isysroot ${DARWIN_osx_SYSROOT})
349 list(APPEND DARWIN_osx_LINKFLAGS -isysroot ${DARWIN_osx_SYSROOT})
386 -isysroot ${DARWIN_iossim_SYSROOT})
390 -isysroot ${DARWIN_iossim_SYSROOT})
415 -isysroot ${DARWIN_ios_SYSROOT})
419 -isysroot ${DARWIN_ios_SYSROOT})
/external/llvm/test/DebugInfo/X86/
DDIModuleContext.ll28 !9 = !DIModule(scope: null, name: "Module", configMacros: "", includePath: ".", isysroot: "/")
DDIModule.ll22 …, configMacros: "-DMODULES=0", includePath: "/llvm/tools/clang/test/Modules/Inputs", isysroot: "/")
/external/clang/utils/perf-training/
Dlit.cfg19 return '-isysroot %s' % sdk_path
/external/libjpeg-turbo/
DBUILDING.txt249 CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
251 LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
264 CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
266 LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk \
369 CFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT -O3 $IOS_CFLAGS" \
370 LDFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT $IOS_CFLAGS"
393 CFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT -O3 $IOS_CFLAGS" \
394 LDFLAGS="-mfloat-abi=softfp -isysroot $IOS_SYSROOT $IOS_CFLAGS" \
415 CFLAGS="-isysroot $IOS_SYSROOT -O3 $IOS_CFLAGS" \
416 LDFLAGS="-isysroot $IOS_SYSROOT $IOS_CFLAGS"
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake175 set(sysroot_flag -isysroot ${DARWIN_${LIB_OS}_SYSROOT})
258 -isysroot ${DARWIN_osx_SYSROOT}
/external/opencv3/platforms/ios/cmake/Modules/Platform/
DiOS.cmake123 # with -isysroot (for universal binaries), the linker always looks for
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td154 "must specify system root with -isysroot when building a relocatable "
/external/ceres-solver/
DCMakeLists.txt138 # We need to add isysroot to force cmake to find the toolchains from the iOS SDK
174 …SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fobjc-abi-version=2 -fobjc-arc -isysroot ${CMAKE_OSX_SYSR…
175 …SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fobjc-abi-version=2 -fobjc-arc -isysroot ${CMAKE_OSX_SYSROOT}…

123