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 453 StringRef isysroot, const std::string &OutputFile);
456 StringRef isysroot,
460 StringRef isysroot);
462 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot);
512 StringRef isysroot, const std::string &OutputFile,
529 /// \param isysroot if non-empty, write a relocatable file whose headers
533 Module *WritingModule, StringRef isysroot,
786 std::string isysroot; member in class:clang::PCHGenerator
802 StringRef isysroot, raw_ostream *Out,
ASTReader.h 804 std::string isysroot; member in class:clang::ASTReader
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 437 // isysroot.
484 // based on -isysroot.
488 StringRef isysroot = A->getValue(); local
489 std::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
    [all...]

Completed in 100 milliseconds