HomeSort by: relevance | last modified time | path
    Searched refs:isysroot (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GeneratePCH.cpp 25 StringRef OutputFile, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer,
29 : PP(PP), OutputFile(OutputFile), isysroot(isysroot.str()),
68 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot,
ASTWriter.cpp 1107 StringRef isysroot,
1126 assert((!WritingModule || isysroot.empty()) &&
1135 !isysroot.empty(),
1175 } else if (!isysroot.empty()) {
1177 BaseDirectory = std::string(isysroot);
4285 Module *WritingModule, StringRef isysroot,
4304 WriteASTCore(SemaRef, isysroot, OutputFile, WritingModule);
4329 ASTFileSignature ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot,
4483 WriteControlBlock(PP, Context, isysroot, OutputFile);
ASTReader.cpp 2782 F.BaseDirectory = isysroot.empty() ? "/" : isysroot;
11621 StringRef isysroot,
11634 DummyIdResolver(PP), ReadTimer(std::move(ReadTimer)), isysroot(isysroot),
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.h 38 extern const char *isysroot;
driver.c 64 const char *isysroot = NULL; variable
143 const char *sysroots[] = { sysroot, isysroot, isysroot, isysroot,
666 if (strcmp(argp, "-isysroot") == 0) {
671 isysroot = argp;
828 if (isysroot == NULL)
829 isysroot = sysroot;
  /src/external/gpl3/gcc/dist/fixincludes/
mkheaders.in 34 echo "Usage: mkheaders [options] [prefix [isysroot]]"
59 # Allow for alternate isysroot in which to find headers
61 isysroot=$1
64 isysroot=
113 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
  /src/external/gpl3/gcc.old/dist/fixincludes/
mkheaders.in 34 echo "Usage: mkheaders [options] [prefix [isysroot]]"
59 # Allow for alternate isysroot in which to find headers
61 isysroot=$1
64 isysroot=
113 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
  /src/external/bsd/pcc/dist/pcc/driver/
path.c 49 const char *sysroots[] = { sysroot, isysroot, isysroot, isysroot,
driver.h 63 const char * isysroot; member in struct:options
driver.c 211 if (isysroot == NULL)
212 isysroot = sysroot;
options.c 110 { "isysroot", ARG(0), str_set, &opt.isysroot },
  /src/tools/host-mkdep/
host-mkdep.in 154 -[IDU]|-include|-iquote|-isystem|-isysroot)
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 467 StringRef isysroot, const std::string &OutputFile);
544 ASTFileSignature WriteASTCore(Sema &SemaRef, StringRef isysroot,
577 /// \param isysroot if non-empty, write a relocatable file whose headers
584 Module *WritingModule, StringRef isysroot,
768 std::string isysroot; member in class:clang::PCHGenerator
783 StringRef OutputFile, StringRef isysroot,
ASTReader.h 934 std::string isysroot; member in class:clang::ASTReader
1477 /// \param isysroot If non-NULL, the system include path specified by the
1504 StringRef isysroot = "",
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 157 char *sysroot = "", *isysroot; variable
634 } else if (match(argp, "-isysroot")) {
635 isysroot = nxtopt(0);
971 if (isysroot == NULL)
972 isysroot = sysroot;
1540 const char *sysroots[] = { sysroot, isysroot, isysroot, isysroot,
1541 sysroot, sysroot, isysroot, NULL };
  /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
ccc-analyzer 373 '-isysroot' => 1,
424 '-isysroot' => 0
527 if ($Arg =~ /^-isysroot/) {
697 push @CompileOpts, "-isysroot", $sdk;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 234 StringRef isysroot,
236 : PCHGenerator(PP, ModuleCache, "", isysroot,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp 406 // --isysroot as the syslibroot.
1154 StringRef Darwin::getSDKName(StringRef isysroot) {
1156 auto BeginSDK = llvm::sys::path::rbegin(isysroot);
1157 auto EndSDK = llvm::sys::path::rend(isysroot);
1652 /// Tries to infer the deployment target from the SDK specified by -isysroot
1661 StringRef isysroot = A->getValue();
1662 StringRef SDK = Darwin::getSDKName(isysroot);
1791 StringRef isysroot = A->getValue();
1792 auto SDKInfoOrErr = driver::parseDarwinSDKInfo(VFS, isysroot);
1808 // isysroot
    [all...]
Darwin.h 465 static StringRef getSDKName(StringRef isysroot);
  /src/crypto/external/bsd/netpgp/dist/buildaux/
ltmain.sh 1585 -framework|-arch|-isysroot)
  /src/external/bsd/iscsi/dist/buildaux/
ltmain.sh 1585 -framework|-arch|-isysroot)
  /src/external/bsd/libbind/dist/
ltmain.sh 1561 -framework|-arch|-isysroot)
  /src/external/gpl2/gettext/dist/build-aux/
ltmain.sh 1487 -framework|-arch|-isysroot)
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 7065 -model|-arch|-isysroot|--sysroot)
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 5650 -model|-arch|-isysroot|--sysroot)

Completed in 89 milliseconds

1 2 3