Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/clang/test/Driver/
H A Ddarwin-objc-runtime-maccatalyst.m1 // RUN: %clang -target x86_64-apple-ios13.2-macabi -isysroot %S/Inputs/MacOSX10.15.versioned.sdk -c…
3 // RUN: %clang -target x86_64-apple-ios13.2.0-macabi -isysroot %S/Inputs/MacOSX10.15.versioned.sdk …
5 // RUN: %clang -target x86_64-apple-ios13.2-macabi -isysroot %S/Inputs/MacOSX10.14.sdk -c %s -### 2…
7 // RUN: %clang -target x86_64-apple-ios12.99.99-macabi -isysroot %S/Inputs/MacOSX10.15.versioned.sd…
9 // RUN: %clang -target x86_64-apple-ios-macabi -isysroot %S/Inputs/MacOSX10.15.versioned.sdk -c %s …
H A Ddarwin-objc-runtime-maccatalyst-target-variant.m1 …-ios13.2-macabi -darwin-target-variant x86_64-apple-macos10.15.3-macos -isysroot %S/Inputs/MacOSX1…
3 …apple-macos10.15.1 -darwin-target-variant x86_64-apple-ios13.2-macabi -isysroot %S/Inputs/MacOSX1…
5 …le-ios13.2-macabi -darwin-target-variant x86_64-apple-macos10.15-macos -isysroot %S/Inputs/MacOSX1…
H A Dcrash-report-crashfile.m7 // RUN: -I %S/Inputs/module -isysroot %/t/i/ \
13 // RUN: -I %S/Inputs/module -isysroot %/t/i/ \
H A Dcrash-report-modules.m8 // RUN: not %clang -fsyntax-only %s -I %S/Inputs/module -isysroot %/t/i/ \
35 // CHECKSH: "-isysroot" "{{[^"]*}}/i/"
/llvm-project-15.0.7/lldb/test/API/macosx/universal/
H A DMakefile11 $(CC) -isysroot $(SDKROOT) -target x86_64h-apple-macosx10.9 -o testit.x86_64h $<
14 $(CC) -isysroot $(SDKROOT) -target x86_64-apple-macosx10.9 -o testit.x86_64 $<
17 …$(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64h-apple-macosx10.9-apple-macosx10.9-apple-macosx10…
20 $(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64-apple-macosx10.9 -c -o testit.x86_64.o $<
/llvm-project-15.0.7/lldb/test/API/functionalities/fat_archives/
H A DMakefile6 $(CC) -isysroot "$(SDKROOT)" -arch i386 -g -c $(SRCDIR)/a.c
9 $(CC) -isysroot "$(SDKROOT)" -arch x86_64 -g -c $(SRCDIR)/a.c
13 $(CC) -isysroot "$(SDKROOT)" -g -c $(SRCDIR)/main.c
14 $(CC) -isysroot "$(SDKROOT)" -o a.out main.o -L. -la
/llvm-project-15.0.7/clang/lib/Serialization/
H A DGeneratePCH.cpp25 StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, in PCHGenerator() argument
29 : PP(PP), OutputFile(OutputFile), isysroot(isysroot.str()), in PCHGenerator()
69 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, in HandleTranslationUnit()
/llvm-project-15.0.7/lldb/test/API/macosx/posix_spawn/
H A DMakefile9 $(CC) -isysroot $(SDKROOT) -target x86_64-apple-macosx10.9 -o x86_64.out $<
12 $(CC) -isysroot $(SDKROOT) -target x86_64h-apple-macosx10.9 -o x86_64h.out $<
15 $(CC) -isysroot $(SDKROOT) -target arm64-apple-macosx10.9 -o arm64.out $<
/llvm-project-15.0.7/clang/test/Modules/
H A Ddebug-info-moduleimport.m6 // RUN: -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -o - \
16 // RUN: -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm \
31 // RUN: -fmodules-cache-path=%t %s -I %S/Inputs -isysroot /tmp/.. -I %t \
40 // RUN: %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -o - \
H A Dcrash-vfs-relative-overlay.m11 // RUN: -I %S/Inputs/crash-recovery/usr/include -isysroot %/t/i/ \
34 // CHECKSH: "-isysroot" "{{[^"]*}}/i/"
56 // RUN: %clang -E %s -I %S/Inputs/crash-recovery/usr/include -isysroot %/t/i/ \
H A Dcrash-vfs-path-symlink-component.m15 // RUN: not %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
37 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
63 // RUN: %clang -E %s -I %/t/i -isysroot %/t/sysroot/ \
H A Dcrash-vfs-path-traversal.m13 // RUN: not %clang -fsyntax-only %s -I %S/Inputs/crash-recovery -isysroot %/t/i/ \
35 // CHECKSH: "-isysroot" "{{[^"]*}}/i/"
61 // RUN: %clang -E %s -I %S/Inputs/crash-recovery -isysroot %/t/i/ \
H A Dcrash-vfs-path-emptydir-entries.m14 // RUN: not %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
36 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
H A Dcrash-vfs-path-symlink-topheader.m16 // RUN: not %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
38 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
H A Dcrash-vfs-run-reproducer.m8 // RUN: -I %S/Inputs/crash-recovery/usr/include -isysroot %/t/i/ \
31 // CHECKSH: "-isysroot" "{{[^"]*}}/i/"
H A Dself-import-header.m4 // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=…
H A Ddependency-gen-inferred-map.m5 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d -…
H A Dbuiltin-import.mm2 // RUN: %clang_cc1 -fsyntax-only -nobuiltininc -nostdinc++ -isysroot %S/Inputs/libc-libcxx/sysroot …
H A Ddependency-gen-pch.m5 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -module-file-deps -depe…
/llvm-project-15.0.7/clang/test/ARCMT/
H A 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 …
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dsystem-include-extractor.test15 # RUN: echo '[ -z "${args##*"-isysroot=/isysroot"*}" ] || exit' >> %t.dir/bin/my_driver.sh
33 …: "my_driver.sh the-file.cpp -nostdinc --sysroot /my/sysroot/path -isysroot=/isysroot", "file": "t…
/llvm-project-15.0.7/clang/test/Driver/Inputs/config/
H A Dconfig-4.cfg1 -isysroot /opt/data
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DCMakeLists.txt27 list(APPEND LIBFUZZER_UNITTEST_CFLAGS -isysroot ${DARWIN_osx_SYSROOT})
28 list(APPEND LIBFUZZER_UNITTEST_LINK_FLAGS -isysroot ${DARWIN_osx_SYSROOT})
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h458 StringRef isysroot, const std::string &OutputFile);
535 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot,
575 Module *WritingModule, StringRef isysroot,
761 std::string isysroot; variable
776 StringRef OutputFile, StringRef isysroot,
/llvm-project-15.0.7/llvm/test/tools/dsymutil/ARM/
H A Dcall-pc-reloc.test12 # Adding `-isysroot $(xcrun -sdk iphoneos.internal -show-sdk-path)` can fix

123