Searched defs:isysroot (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 25 PCHGenerator(const Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef OutputFile,StringRef isysroot,std::shared_ptr<PCHBuffer> Buffer,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,bool AllowASTWithErrors,bool IncludeTimestamps,bool BuildingImplicitModule,bool ShouldCacheASTInMemory) PCHGenerator() argument
|
H A D | ASTWriter.cpp | 1287 WriteControlBlock(Preprocessor & PP,ASTContext & Context,StringRef isysroot) WriteControlBlock() argument 4626 WriteAST(Sema & SemaRef,StringRef OutputFile,Module * WritingModule,StringRef isysroot,bool ShouldCacheASTInMemory) WriteAST() argument 4732 WriteASTCore(Sema & SemaRef,StringRef isysroot,Module * WritingModule) WriteASTCore() argument
|
H A D | ASTReader.cpp | 10170 ASTReader(Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext * Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,StringRef isysroot,DisableValidationForModuleKind DisableValidationKind,bool AllowASTWithCompilerErrors,bool AllowConfigurationMismatch,bool ValidateSystemInputs,bool ValidateASTInputFilesContent,bool UseGlobalIndex,std::unique_ptr<llvm::Timer> ReadTimer) ASTReader() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1334 getSDKName(StringRef isysroot) getSDKName() argument 1966 StringRef isysroot = A->getValue(); inferDeploymentTargetFromSDK() local 2166 StringRef isysroot = A->getValue(); parseSDKSettings() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 295 PrecompilePreambleConsumer(PrecompilePreambleAction & Action,const Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef isysroot,std::shared_ptr<PCHBuffer> Buffer) PrecompilePreambleConsumer() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 846 std::string isysroot; global() variable
|
H A D | ASTReader.h | 966 std::string isysroot; global() variable
|