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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h99 std::string Sysroot; member in class:clang::HeaderSearchOptions
222 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp98 std::string Sysroot; local
99 if (!ComputeASTConsumerArguments(CI, /*ref*/ Sysroot))
109 Sysroot.clear();
115 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer,
126 std::string &Sysroot) {
127 Sysroot = CI.getHeaderSearchOpts().Sysroot;
128 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
168 std::string Sysroot; local
174 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffe
125 ComputeASTConsumerArguments(CompilerInstance &CI, std::string &Sysroot) argument
336 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; local
[all...]
H A DPrecompiledPreamble.cpp275 std::string Sysroot; local
276 if (!GeneratePCHAction::ComputeASTConsumerArguments(CI, Sysroot))
290 Sysroot.clear();
293 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS));
H A DCompilerInstance.cpp500 getHeaderSearchOpts().Sysroot);
567 Path, getHeaderSearchOpts().Sysroot, DisableValidation,
576 StringRef Path, StringRef Sysroot,
589 Sysroot.empty() ? "" : Sysroot.data(), DisableValidation,
1500 std::string Sysroot = HSOpts.Sysroot; local
1512 Sysroot.empty() ? "" : Sysroot.c_str(),
575 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, DisableValidationForModuleKind DisableValidation, 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.cpp625 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);
H A DCompilerInvocation.cpp3004 llvm::sys::path::append(Buffer, Opts.Sysroot,
4524 code = hash_combine(code, hsOpts.Sysroot,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAIX.cpp199 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs);
214 SmallString<128> UP(Sysroot);
H A DDarwin.cpp1981 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs); local
1992 SmallString<128> P(Sysroot);
2014 llvm::sys::path::is_absolute(dir) ? "" : llvm::StringRef(Sysroot);
2019 SmallString<128> P(Sysroot);
2070 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs);
2099 llvm::SmallString<128> SysrootUsr = Sysroot;
2114 llvm::SmallString<128> UsrIncludeCxx = Sysroot;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h96 std::string &Sysroot);
H A DCompilerInstance.h665 StringRef Path, StringRef Sysroot,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp626 StringRef Sysroot, SDK; local
628 Sysroot = CGM.getHeaderSearchOpts().Sysroot;
629 auto B = llvm::sys::path::rbegin(Sysroot);
630 auto E = llvm::sys::path::rend(Sysroot);
646 CGOpts.DebugRangesBaseAddress, remapDIPath(Sysroot), SDK);
H A DBackendUtil.cpp595 Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1299 AddString(HSOpts.Sysroot, Record);
H A DASTReader.cpp5833 HSOpts.Sysroot = ReadString(Record, Idx);

Completed in 434 milliseconds