Searched defs:Sysroot (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 102 std::string Sysroot; global() variable 267 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(false), Sysroot() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AIX.cpp | 371 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs); AddClangSystemIncludeArgs() local 407 llvm::StringRef Sysroot = GetHeaderSysroot(DriverArgs); AddClangCXXStdlibIncludeArgs() local
|
H A D | Darwin.cpp | 780 if (auto *Sysroot = Args.getLastArg(options::OPT_isysroot)) { ConstructJob() local 2424 llvm::SmallString<128> Sysroot = GetEffectiveSysroot(DriverArgs); AddClangSystemIncludeArgs() local 2513 llvm::SmallString<128> Sysroot = GetEffectiveSysroot(DriverArgs); AddClangCXXStdlibIncludeArgs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 124 std::string Sysroot; in CreateASTConsumer() local 153 std::string &Sysroot) { in ComputeASTConsumerArguments() argument 195 std::string Sysroot; in CreateASTConsumer() local 314 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; ExecuteAction() local [all...] |
H A D | CompilerInstance.cpp | 626 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) createPCHExternalASTSource() argument 1689 std::string Sysroot = HSOpts.Sysroot; createASTReader() local
|
H A D | PrecompiledPreamble.cpp | 325 std::string Sysroot; CreateASTConsumer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 635 StringRef Sysroot, SDK; CreateCompileUnit() local
|