Home
last modified time | relevance | path

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

12

/openbsd/gnu/gcc/fixincludes/
H A Dmkheaders.in62 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 DChangeLog18 * mkheaders.in: Allow optional isysroot parameter.
/openbsd/gnu/llvm/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()
H A DASTWriter.cpp1232 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 DASTReader.cpp2817 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 DCMakeLists.txt27 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 DASTWriter.h490 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 DASTReader.h953 std::string isysroot; variable
1554 StringRef isysroot = "",
/openbsd/usr.bin/cpp/
H A Dcpp.sh77 -iwithprefixbefore | -isysroot | -imultilib | -isystem | -iquote)
/openbsd/gnu/llvm/clang/utils/perf-training/
H A Dlit.cfg20 return '-isysroot %s' % sdk_path
H A Dorder-files.lit.cfg21 return '-isysroot %s' % sdk_path
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules236 CFLAGS += -isysroot "$(SDKROOT)"
256 …O0 $(ARCHFLAG) $(ARCH) $(FRAMEWORK_INCLUDES) $(ARCH_CFLAGS) $(CFLAGS_EXTRAS) -isysroot "$(SDKROOT)"
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dconfig-ix.cmake494 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 Dbase-config-ix.cmake137 set(OSX_SYSROOT_FLAG "-isysroot${OSX_SYSROOT}")
/openbsd/gnu/llvm/lldb/docs/use/
H A Dextensions.rst129 (equivalent to Clang's ``-isysroot`` option). The ``DW_AT_APPLE_sdk``
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp283 StringRef isysroot, in PrecompilePreambleConsumer() argument
285 : PCHGenerator(PP, ModuleCache, "", isysroot, std::move(Buffer), in PrecompilePreambleConsumer()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1277 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 DDarwin.h517 static StringRef getSDKName(StringRef isysroot);
/openbsd/gnu/llvm/llvm/utils/gn/build/
H A DBUILD.gn365 "-isysroot",
369 "-isysroot",
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt185 …VERBATIM COMMAND mig ${MIG_ARCH_FLAGS_SEPARTED} -isysroot ${CMAKE_OSX_SYSROOT} ${CMAKE_CURRENT_SOU…
/openbsd/gnu/gcc/gcc/
H A Dc.opt791 isysroot
793 -isysroot <dir> Set <dir> to be the system root directory
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td193 "must specify system root with -isysroot when building a relocatable "
/openbsd/gnu/gcc/gcc/doc/
H A Dcppopts.texi481 @item -isysroot @var{dir}
482 @opindex isysroot
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake284 set(sysroot_flag -isysroot ${DARWIN_${LIB_OS}_SYSROOT})
/openbsd/gnu/llvm/clang/docs/
H A DUsersManual.rst1346 ``-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

12