Searched defs:isysroot (Results 1 - 6 of 6) sorted by relevance

/external/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.cpp998 /// \param isysroot When non-NULL, the PCH file is a relocatable PCH file and
1004 adjustFilenameForRelocatablePCH(const char *Filename, StringRef isysroot) { argument
1007 if (isysroot.empty())
1012 for (; Filename[Pos] && Pos < isysroot.size(); ++Pos)
1013 if (Filename[Pos] != isysroot[Pos])
1031 StringRef isysroot,
1053 Record.push_back(!isysroot.empty());
1251 isysroot);
1281 isysroot,
1297 StringRef isysroot,
1030 WriteControlBlock(Preprocessor &PP, ASTContext &Context, StringRef isysroot, const std::string &OutputFile) argument
1295 WriteInputFiles(SourceManager &SourceMgr, HeaderSearchOptions &HSOpts, StringRef isysroot, bool Modules) argument
1574 WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot) argument
1657 WriteSourceManagerBlock(SourceManager &SourceMgr, const Preprocessor &PP, StringRef isysroot) argument
3963 WriteAST(Sema &SemaRef, const std::string &OutputFile, Module *WritingModule, StringRef isysroot, bool hasErrors) argument
3999 WriteASTCore(Sema &SemaRef, StringRef isysroot, const std::string &OutputFile, Module *WritingModule) argument
[all...]
/external/clang/include/clang/Serialization/
H A DASTWriter.h453 StringRef isysroot, const std::string &OutputFile);
456 StringRef isysroot,
460 StringRef isysroot);
462 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot);
512 StringRef isysroot, const std::string &OutputFile,
529 /// \param isysroot if non-empty, write a relocatable file whose headers
533 Module *WritingModule, StringRef isysroot,
786 std::string isysroot; member in class:clang::PCHGenerator
802 StringRef isysroot, raw_ostream *Out,
H A DASTReader.h804 std::string isysroot; member in class:clang::ASTReader
1279 /// \param isysroot If non-NULL, the system include path specified by the
1300 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot = "",
/external/clang/lib/Frontend/
H A DASTUnit.cpp727 /*isysroot=*/"",
938 const Preprocessor &PP, StringRef isysroot,
940 : PCHGenerator(PP, "", nullptr, isysroot, Out, /*AllowASTWithErrors=*/true),
937 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, const Preprocessor &PP, StringRef isysroot, raw_ostream *Out) argument
/external/clang/lib/Driver/
H A DToolChains.cpp437 // isysroot.
484 // based on -isysroot.
488 StringRef isysroot = A->getValue(); local
489 std::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));

Completed in 131 milliseconds