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

/external/clang/lib/Serialization/
H A DGeneratePCH.cpp31 StringRef isysroot,
34 isysroot(isysroot.str()), Out(OS),
51 Writer.WriteAST(*SemaPtr, StatCalls, OutputFile, Module, isysroot);
28 PCHGenerator(const Preprocessor &PP, StringRef OutputFile, clang::Module *Module, StringRef isysroot, raw_ostream *OS) argument
H A DASTWriter.cpp940 /// \param isysroot When non-NULL, the PCH file is a relocatable PCH file and
946 adjustFilenameForRelocatablePCH(const char *Filename, StringRef isysroot) { argument
949 if (isysroot.empty())
954 for (; Filename[Pos] && Pos < isysroot.size(); ++Pos)
955 if (Filename[Pos] != isysroot[Pos])
972 void ASTWriter::WriteMetadata(ASTContext &Context, StringRef isysroot, argument
995 Record.push_back(!isysroot.empty());
1035 isysroot);
1328 void ASTWriter::WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot) { argument
1352 Filename = adjustFilenameForRelocatablePCH(Filename, isysroot);
1407 WriteSourceManagerBlock(SourceManager &SourceMgr, const Preprocessor &PP, StringRef isysroot) argument
3148 WriteAST(Sema &SemaRef, MemorizeStatCalls *StatCalls, const std::string &OutputFile, Module *WritingModule, StringRef isysroot, bool hasErrors) argument
3184 WriteASTCore(Sema &SemaRef, MemorizeStatCalls *StatCalls, StringRef isysroot, const std::string &OutputFile, Module *WritingModule) argument
[all...]
/external/clang/include/clang/Serialization/
H A DASTWriter.h398 void WriteMetadata(ASTContext &Context, StringRef isysroot,
404 StringRef isysroot);
406 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot);
450 StringRef isysroot, const std::string &OutputFile,
470 /// \param isysroot if non-empty, write a relocatable file whose headers
474 Module *WritingModule, StringRef isysroot,
713 std::string isysroot; member in class:clang::PCHGenerator
728 StringRef isysroot, raw_ostream *Out);
H A DASTReader.h578 std::string isysroot; member in class:clang::ASTReader
873 /// \param isysroot If non-NULL, the system include path specified by the
890 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot = "",
/external/clang/lib/Frontend/
H A DASTUnit.cpp759 /*isysroot=*/"",
928 StringRef isysroot, raw_ostream *Out)
929 : PCHGenerator(PP, "", 0, isysroot, Out), Unit(Unit),
927 PrecompilePreambleConsumer(ASTUnit &Unit, const Preprocessor &PP, StringRef isysroot, raw_ostream *Out) argument

Completed in 76 milliseconds