Home
last modified time | relevance | path

Searched refs:Sysroot (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp80 std::string Sysroot; in CreateASTConsumer() local
83 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)) in CreateASTConsumer()
87 Sysroot.clear(); in CreateASTConsumer()
89 nullptr, Sysroot, OS); in CreateASTConsumer()
94 std::string &Sysroot, in ComputeASTConsumerArguments() argument
97 Sysroot = CI.getHeaderSearchOpts().Sysroot; in ComputeASTConsumerArguments()
98 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) { in ComputeASTConsumerArguments()
119 std::string Sysroot; in CreateASTConsumer() local
122 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)) in CreateASTConsumer()
126 Module, Sysroot, OS); in CreateASTConsumer()
[all …]
H A DCompilerInstance.cpp348 getHeaderSearchOpts().Sysroot); in createPreprocessor()
402 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource()
411 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument
419 Sysroot.empty() ? "" : Sysroot.c_str(), in createPCHExternalASTSource()
1247 std::string Sysroot = HSOpts.Sysroot; in createModuleManager() local
1250 Sysroot.empty() ? "" : Sysroot.c_str(), in createModuleManager()
H A DASTUnit.cpp980 std::string Sysroot; in CreateASTConsumer() local
983 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot, in CreateASTConsumer()
988 Sysroot.clear(); in CreateASTConsumer()
994 Unit, this, CI.getPreprocessor(), Sysroot, OS); in CreateASTConsumer()
H A DCompilerInvocation.cpp1030 Opts.Sysroot = Args.getLastArgValue(OPT_isysroot, "/"); in ParseHeaderSearchArgs()
1985 code = hash_combine(code, hsOpts.Sysroot, hsOpts.UseBuiltinIncludes, in getModuleHash()
1998 if (!hsOpts.Sysroot.empty()) { in getModuleHash()
2000 systemVersionFile += hsOpts.Sysroot; in getModuleHash()
H A DInitHeaderSearch.cpp683 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h77 std::string Sysroot; variable
169 : Sysroot(_Sysroot), DisableModuleHash(0), ModuleMaps(0), in Sysroot() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h90 std::string &Sysroot,
124 std::string &Sysroot,
H A DCompilerInstance.h592 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1317 AddString(HSOpts.Sysroot, Record); in WriteControlBlock()
H A DASTReader.cpp4747 HSOpts.Sysroot = ReadString(Record, Idx); in ParseHeaderSearchOptions()