Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDFrontendActions.cpp81 std::string Sysroot; in CreateASTConsumer() local
84 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile); in CreateASTConsumer()
89 Sysroot.clear(); in CreateASTConsumer()
94 CI.getPreprocessor(), OutputFile, nullptr, Sysroot, Buffer)); in CreateASTConsumer()
105 CompilerInstance &CI, StringRef InFile, std::string &Sysroot, in ComputeASTConsumerArguments() argument
107 Sysroot = CI.getHeaderSearchOpts().Sysroot; in ComputeASTConsumerArguments()
108 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) { in ComputeASTConsumerArguments()
130 std::string Sysroot; in CreateASTConsumer() local
133 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile); in CreateASTConsumer()
140 CI.getPreprocessor(), OutputFile, Module, Sysroot, Buffer)); in CreateASTConsumer()
[all …]
HDCompilerInstance.cpp344 getHeaderSearchOpts().Sysroot); in createPreprocessor()
400 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource()
408 StringRef Path, StringRef Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument
416 PP, Context, PCHContainerRdr, Sysroot.empty() ? "" : Sysroot.data(), in createPCHExternalASTSource()
1240 std::string Sysroot = HSOpts.Sysroot; in createModuleManager() local
1248 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation, in createModuleManager()
HDASTUnit.cpp981 std::string Sysroot; in CreateASTConsumer() local
984 CI, InFile, Sysroot, OutputFile); in CreateASTConsumer()
989 Sysroot.clear(); in CreateASTConsumer()
995 Unit, this, CI.getPreprocessor(), Sysroot, OS); in CreateASTConsumer()
HDInitHeaderSearch.cpp642 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
HDCompilerInvocation.cpp1092 Opts.Sysroot = Args.getLastArgValue(OPT_isysroot, "/"); in ParseHeaderSearchArgs()
2015 code = hash_combine(code, hsOpts.Sysroot, hsOpts.UseBuiltinIncludes, in getModuleHash()
2028 if (!hsOpts.Sysroot.empty()) { in getModuleHash()
2030 systemVersionFile += hsOpts.Sysroot; in getModuleHash()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearchOptions.h77 std::string Sysroot; variable
173 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(0), in Sysroot() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDFrontendActions.h90 std::string &Sysroot, std::string &OutputFile);
122 std::string &Sysroot,
HDCompilerInstance.h650 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp1651 internString(CGM.getHeaderSearchOpts().Sysroot)); in getOrCreateModuleRef()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp1344 AddString(HSOpts.Sysroot, Record); in WriteControlBlock()
HDASTReader.cpp4518 HSOpts.Sysroot = ReadString(Record, Idx); in ParseHeaderSearchOptions()