Searched refs:Sysroot (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 80 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 D | CompilerInstance.cpp | 348 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 D | ASTUnit.cpp | 980 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 D | CompilerInvocation.cpp | 1030 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 D | InitHeaderSearch.cpp | 683 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 77 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 D | FrontendActions.h | 90 std::string &Sysroot, 124 std::string &Sysroot,
|
| H A D | CompilerInstance.h | 592 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1317 AddString(HSOpts.Sysroot, Record); in WriteControlBlock()
|
| H A D | ASTReader.cpp | 4747 HSOpts.Sysroot = ReadString(Record, Idx); in ParseHeaderSearchOptions()
|