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 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
    [all...]
ASTReader.h 822 std::string isysroot; member in class:clang::ASTReader
    [all...]
  /external/clang/lib/Driver/
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);
    [all...]

Completed in 2180 milliseconds