Searched defs:isysroot (Results 1 - 6 of 6) sorted by relevance
/external/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 28 clang::Module *Module, StringRef isysroot, 32 : PP(PP), OutputFile(OutputFile), Module(Module), isysroot(isysroot.str()), 54 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors); 26 PCHGenerator( const Preprocessor &PP, StringRef OutputFile, clang::Module *Module, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions, bool AllowASTWithErrors, bool IncludeTimestamps) argument
|
H A D | ASTWriter.cpp | 1175 StringRef isysroot, 1195 assert((!WritingModule || isysroot.empty()) && 1200 !isysroot.empty(), IncludeTimestamps, 1248 } else if (!isysroot.empty()) { 1250 BaseDirectory = isysroot; 4063 Module *WritingModule, StringRef isysroot, 4081 WriteASTCore(SemaRef, isysroot, OutputFile, WritingModule); 4100 uint64_t ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot, 4243 uint64_t Signature = WriteControlBlock(PP, Context, isysroot, OutputFile); 1173 WriteControlBlock(Preprocessor &PP, ASTContext &Context, StringRef isysroot, const std::string &OutputFile) argument
|
/external/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 511 StringRef isysroot, const std::string &OutputFile); 579 StringRef isysroot, const std::string &OutputFile, 605 /// \param isysroot if non-empty, write a relocatable file whose headers 612 Module *WritingModule, StringRef isysroot, 890 std::string isysroot; member in class:clang::PCHGenerator 905 clang::Module *Module, StringRef isysroot,
|
H A D | ASTReader.h | 822 std::string isysroot; member in class:clang::ASTReader 1292 /// \param isysroot If non-NULL, the system include path specified by the 1319 StringRef isysroot = "", bool DisableValidation = false,
|
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 713 /*isysroot=*/"", 927 const Preprocessor &PP, StringRef isysroot, 929 : PCHGenerator(PP, "", nullptr, isysroot, std::make_shared<PCHBuffer>(), 926 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, const Preprocessor &PP, StringRef isysroot, raw_ostream *Out) argument
|
/external/clang/lib/Driver/ |
H A D | ToolChains.cpp | 470 // isysroot. 527 // on -isysroot. 531 StringRef isysroot = A->getValue(); local 533 size_t BeginSDK = isysroot.rfind("SDKs/"); 534 size_t EndSDK = isysroot.rfind(".sdk"); 536 StringRef SDK = isysroot.slice(BeginSDK + 5, EndSDK); 4485 // If -isysroot was passed, use that as the SDK base path.
|
Completed in 6823 milliseconds