HomeSort by relevance Sort by last modified time
    Searched defs:isysroot (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Serialization/
ASTWriter.h 406 void WriteMetadata(ASTContext &Context, StringRef isysroot,
412 StringRef isysroot);
414 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot);
459 StringRef isysroot, const std::string &OutputFile,
479 /// \param isysroot if non-empty, write a relocatable file whose headers
483 Module *WritingModule, StringRef isysroot,
722 std::string isysroot; member in class:clang::PCHGenerator
737 StringRef isysroot, raw_ostream *Out);
ASTReader.h 580 std::string isysroot; member in class:clang::ASTReader
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 447 // isysroot.
513 // based on -isysroot.
517 StringRef isysroot = A->getValue(Args); local
518 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
    [all...]

Completed in 5752 milliseconds