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 424 StringRef isysroot, const std::string &OutputFile);
427 StringRef isysroot,
431 StringRef isysroot);
433 void WriteHeaderSearch(const HeaderSearch &HS, StringRef isysroot);
479 StringRef isysroot, const std::string &OutputFile,
496 /// \param isysroot if non-empty, write a relocatable file whose headers
500 Module *WritingModule, StringRef isysroot,
748 std::string isysroot; member in class:clang::PCHGenerator
764 StringRef isysroot, raw_ostream *Out,
ASTReader.h 723 std::string isysroot; member in class:clang::ASTReader
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 372 // isysroot.
419 // based on -isysroot.
423 StringRef isysroot = A->getValue(); local
424 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
    [all...]

Completed in 152 milliseconds