Searched refs:isysroot (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGeneratePCH.cpp30 StringRef isysroot,
33 isysroot(isysroot.str()), Out(OS),
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
27 PCHGenerator(const Preprocessor &PP, StringRef OutputFile, clang::Module *Module, StringRef isysroot, raw_ostream *OS, bool AllowASTWithErrors) argument
H A DASTWriter.cpp980 /// \param isysroot When non-NULL, the PCH file is a relocatable PCH file and
986 adjustFilenameForRelocatablePCH(const char *Filename, StringRef isysroot) { argument
989 if (isysroot.empty())
994 for (; Filename[Pos] && Pos < isysroot.size(); ++Pos)
995 if (Filename[Pos] != isysroot[Pos])
1013 StringRef isysroot,
1035 Record.push_back(!isysroot.empty());
1210 isysroot);
1240 isysroot,
1256 StringRef isysroot,
1012 WriteControlBlock(Preprocessor &PP, ASTContext &Context, StringRef isysroot, const std::string &OutputFile) argument
1254 WriteInputFiles(SourceManager &SourceMgr, HeaderSearchOptions &HSOpts, StringRef isysroot, bool Modules) argument
1553 WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot) argument
1635 WriteSourceManagerBlock(SourceManager &SourceMgr, const Preprocessor &PP, StringRef isysroot) argument
3807 WriteAST(Sema &SemaRef, const std::string &OutputFile, Module *WritingModule, StringRef isysroot, bool hasErrors) argument
3843 WriteASTCore(Sema &SemaRef, StringRef isysroot, const std::string &OutputFile, Module *WritingModule) argument
[all...]
H A DASTReader.cpp1778 if (isysroot.empty()) {
1784 unsigned Length = isysroot.size();
1785 if (isysroot[Length - 1] != '/')
1788 Filename.insert(Filename.begin(), isysroot.begin(), isysroot.end());
7589 StringRef isysroot, bool DisableValidation,
7595 isysroot(isysroot), DisableValidation(DisableValidation),
7588 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot, bool DisableValidation, bool AllowASTWithCompilerErrors, bool UseGlobalIndex) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h424 StringRef isysroot, const std::string &OutputFile);
427 StringRef isysroot,
431 StringRef isysroot);
433 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot);
480 StringRef isysroot, const std::string &OutputFile,
497 /// \param isysroot if non-empty, write a relocatable file whose headers
501 Module *WritingModule, StringRef isysroot,
755 std::string isysroot; member in class:clang::PCHGenerator
771 StringRef isysroot, raw_ostream *Out,
H A DASTReader.h727 std::string isysroot; member in class:clang::ASTReader
1165 /// \param isysroot If non-NULL, the system include path specified by the
1179 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot = "",
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp391 // isysroot.
438 // based on -isysroot.
442 StringRef isysroot = A->getValue(); local
443 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp792 /*isysroot=*/"",
1017 const Preprocessor &PP, StringRef isysroot,
1019 : PCHGenerator(PP, "", 0, isysroot, Out, /*AllowASTWithErrors=*/true),
1016 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, const Preprocessor &PP, StringRef isysroot, raw_ostream *Out) argument
/freebsd-9.3-release/contrib/binutils/
H A Dltmain.sh3122 -model|-arch|-isysroot)
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c448 %I Substitute any of -iprefix (made from GCC_EXEC_PREFIX), -isysroot
5090 do_spec_1 ("-isysroot", 1, NULL);
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh1485 -framework|-arch|-isysroot)
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh1485 -framework|-arch|-isysroot)
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh1485 -framework|-arch|-isysroot)
/freebsd-9.3-release/contrib/bind9/
H A Dltmain.sh5684 -model|-arch|-isysroot|--sysroot)
/freebsd-9.3-release/contrib/openbsm/config/
H A Dltmain.sh5684 -model|-arch|-isysroot|--sysroot)
/freebsd-9.3-release/contrib/openpam/
H A Dltmain.sh5684 -model|-arch|-isysroot|--sysroot)
/freebsd-9.3-release/contrib/file/
H A Dltmain.sh5651 -model|-arch|-isysroot|--sysroot)
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5650 -model|-arch|-isysroot|--sysroot)
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)
/freebsd-9.3-release/contrib/ntp/
H A Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)

Completed in 591 milliseconds