| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | FrontendActions.cpp | 81 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 …]
|
| HD | CompilerInstance.cpp | 344 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()
|
| HD | ASTUnit.cpp | 981 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()
|
| HD | InitHeaderSearch.cpp | 642 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
|
| HD | CompilerInvocation.cpp | 1092 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/ |
| HD | HeaderSearchOptions.h | 77 std::string Sysroot; variable 173 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(0), in Sysroot() function
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | FrontendActions.h | 90 std::string &Sysroot, std::string &OutputFile); 122 std::string &Sysroot,
|
| HD | CompilerInstance.h | 650 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 1651 internString(CGM.getHeaderSearchOpts().Sysroot)); in getOrCreateModuleRef()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 1344 AddString(HSOpts.Sysroot, Record); in WriteControlBlock()
|
| HD | ASTReader.cpp | 4518 HSOpts.Sysroot = ReadString(Record, Idx); in ParseHeaderSearchOptions()
|