Searched refs:Sysroot (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h99 std::string Sysroot; member in class:clang::HeaderSearchOptions
218 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp96 std::string Sysroot; local
97 if (!ComputeASTConsumerArguments(CI, /*ref*/ Sysroot))
107 Sysroot.clear();
113 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer,
124 std::string &Sysroot) {
125 Sysroot = CI.getHeaderSearchOpts().Sysroot;
126 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
170 std::string Sysroot; local
176 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffe
123 ComputeASTConsumerArguments(CompilerInstance &CI, std::string &Sysroot) argument
333 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; local
[all...]
H A DPrecompiledPreamble.cpp199 std::string Sysroot; local
200 if (!GeneratePCHAction::ComputeASTConsumerArguments(CI, Sysroot))
214 Sysroot.clear();
217 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS));
H A DCompilerInstance.cpp430 getHeaderSearchOpts().Sysroot);
498 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
507 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
519 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation,
1498 std::string Sysroot = HSOpts.Sysroot; local
1508 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation,
506 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, InMemoryModuleCache &ModuleCache, ASTContext &Context, const PCHContainerReader &PCHContainerRdr, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
H A DInitHeaderSearch.cpp624 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);
H A DCompilerInvocation.cpp2075 Opts.Sysroot = Args.getLastArgValue(OPT_isysroot, "/");
2151 llvm::sys::path::append(Buffer, Opts.Sysroot,
3689 code = hash_combine(code, hsOpts.Sysroot,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h96 std::string &Sysroot);
H A DCompilerInstance.h670 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1870 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs); local
1878 SmallString<128> P(Sysroot);
1900 llvm::sys::path::is_absolute(dir) ? llvm::StringRef(Sysroot) : "";
1905 SmallString<128> P(Sysroot);
1956 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs);
1971 llvm::SmallString<128> P = Sysroot;
1979 llvm::SmallString<128> UsrIncludeCxx = Sysroot;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp504 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path);
H A DCGDebugInfo.cpp2474 Mod.getPath(), CGM.getHeaderSearchOpts().Sysroot);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1256 AddString(HSOpts.Sysroot, Record);
H A DASTReader.cpp5779 HSOpts.Sysroot = ReadString(Record, Idx);

Completed in 242 milliseconds