/openbsd/gnu/gcc/fixincludes/ |
H A D | mkheaders.in | 62 isysroot=$1 65 isysroot= 91 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS} 105 @SHELL@ fixproto ${incdir} ${incdir} ${isysroot}${SYSTEM_HEADER_DIR} || exit 1
|
H A D | ChangeLog | 18 * mkheaders.in: Allow optional isysroot parameter.
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 25 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()
|
H A D | ASTWriter.cpp | 1232 StringRef isysroot) { in WriteControlBlock() argument 1250 assert((!WritingModule || isysroot.empty()) && in WriteControlBlock() 1259 !isysroot.empty(), in WriteControlBlock() 1308 } else if (!isysroot.empty()) { in WriteControlBlock() 1310 BaseDirectory = std::string(isysroot); in WriteControlBlock() 4527 Module *WritingModule, StringRef isysroot, in WriteAST() argument 4546 ASTFileSignature Signature = WriteASTCore(SemaRef, isysroot, WritingModule); in WriteAST() 4633 ASTFileSignature ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot, in WriteASTCore() argument 4789 WriteControlBlock(PP, Context, isysroot); in WriteASTCore()
|
H A D | ASTReader.cpp | 2817 F.BaseDirectory = isysroot.empty() ? "/" : isysroot; in ReadControlBlock() 9891 StringRef isysroot, in ASTReader() argument 9904 DummyIdResolver(PP), ReadTimer(std::move(ReadTimer)), isysroot(isysroot), in ASTReader()
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
H A D | CMakeLists.txt | 27 list(APPEND LIBFUZZER_UNITTEST_CFLAGS -isysroot ${DARWIN_osx_SYSROOT}) 28 list(APPEND LIBFUZZER_UNITTEST_LINK_FLAGS -isysroot ${DARWIN_osx_SYSROOT})
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 490 StringRef isysroot); 566 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot, 605 Module *WritingModule, StringRef isysroot, 794 std::string isysroot; variable 809 StringRef OutputFile, StringRef isysroot,
|
H A D | ASTReader.h | 953 std::string isysroot; variable 1554 StringRef isysroot = "",
|
/openbsd/usr.bin/cpp/ |
H A D | cpp.sh | 77 -iwithprefixbefore | -isysroot | -imultilib | -isystem | -iquote)
|
/openbsd/gnu/llvm/clang/utils/perf-training/ |
H A D | lit.cfg | 20 return '-isysroot %s' % sdk_path
|
H A D | order-files.lit.cfg | 21 return '-isysroot %s' % sdk_path
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/ |
H A D | Makefile.rules | 236 CFLAGS += -isysroot "$(SDKROOT)" 256 …O0 $(ARCHFLAG) $(ARCH) $(FRAMEWORK_INCLUDES) $(ARCH_CFLAGS) $(CFLAGS_EXTRAS) -isysroot "$(SDKROOT)"
|
/openbsd/gnu/llvm/compiler-rt/cmake/ |
H A D | config-ix.cmake | 494 list(APPEND DARWIN_osx_CFLAGS -isysroot ${DARWIN_osx_SYSROOT}) 495 list(APPEND DARWIN_osx_LINK_FLAGS -isysroot ${DARWIN_osx_SYSROOT}) 517 -isysroot ${DARWIN_${platform}sim_SYSROOT}) 521 -isysroot ${DARWIN_${platform}sim_SYSROOT}) 548 -isysroot ${DARWIN_${platform}_SYSROOT}) 552 -isysroot ${DARWIN_${platform}_SYSROOT})
|
H A D | base-config-ix.cmake | 137 set(OSX_SYSROOT_FLAG "-isysroot${OSX_SYSROOT}")
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | extensions.rst | 129 (equivalent to Clang's ``-isysroot`` option). The ``DW_AT_APPLE_sdk``
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 283 StringRef isysroot, in PrecompilePreambleConsumer() argument 285 : PCHGenerator(PP, ModuleCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1277 StringRef Darwin::getSDKName(StringRef isysroot) { in getSDKName() argument 1279 auto BeginSDK = llvm::sys::path::rbegin(isysroot); in getSDKName() 1280 auto EndSDK = llvm::sys::path::rend(isysroot); in getSDKName() 1877 StringRef isysroot = A->getValue(); in inferDeploymentTargetFromSDK() local 1878 StringRef SDK = Darwin::getSDKName(isysroot); in inferDeploymentTargetFromSDK() 2066 StringRef isysroot = A->getValue(); in parseSDKSettings() local 2067 auto SDKInfoOrErr = parseDarwinSDKInfo(VFS, isysroot); in parseSDKSettings()
|
H A D | Darwin.h | 517 static StringRef getSDKName(StringRef isysroot);
|
/openbsd/gnu/llvm/llvm/utils/gn/build/ |
H A D | BUILD.gn | 365 "-isysroot", 369 "-isysroot",
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | CMakeLists.txt | 185 …VERBATIM COMMAND mig ${MIG_ARCH_FLAGS_SEPARTED} -isysroot ${CMAKE_OSX_SYSROOT} ${CMAKE_CURRENT_SOU…
|
/openbsd/gnu/gcc/gcc/ |
H A D | c.opt | 791 isysroot 793 -isysroot <dir> Set <dir> to be the system root directory
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticFrontendKinds.td | 193 "must specify system root with -isysroot when building a relocatable "
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppopts.texi | 481 @item -isysroot @var{dir} 482 @opindex isysroot
|
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | CompilerRTDarwinUtils.cmake | 284 set(sysroot_flag -isysroot ${DARWIN_${LIB_OS}_SYSROOT})
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | UsersManual.rst | 1346 ``-isysroot /path/to/build``, which makes all includes for your library 1351 # clang -x c-header --relocatable-pch -isysroot /path/to/build /path/to/build/mylib.h mylib.h.pch 1356 in some other system root, the ``-isysroot`` option can be used provide 1358 example, ``-isysroot /Developer/SDKs/MacOSX10.4u.sdk`` will look for
|