Searched defs:isysroot (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 27 StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, in PCHGenerator() argument
|
H A D | ASTWriter.cpp | 1400 WriteControlBlock(Preprocessor & PP,ASTContext & Context,StringRef isysroot) WriteControlBlock() argument 4860 WriteAST(Sema & SemaRef,StringRef OutputFile,Module * WritingModule,StringRef isysroot,bool ShouldCacheASTInMemory) WriteAST() argument 5345 WriteASTCore(Sema & SemaRef,StringRef isysroot,Module * WritingModule) WriteASTCore() argument
|
H A D | ASTReader.cpp | 10310 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
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1340 getSDKName(StringRef isysroot) getSDKName() argument 1974 StringRef isysroot = A->getValue(); inferDeploymentTargetFromSDK() local 2174 StringRef isysroot = A->getValue(); parseSDKSettings() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 296 StringRef isysroot, in PrecompilePreambleConsumer() argument
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 924 std::string isysroot; global() variable
|
H A D | ASTReader.h | 978 std::string isysroot; global() variable
|