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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 54 /// relative to the sysroot, or true if it should always be the absolute
78 std::string Sysroot;
176 : Sysroot(_Sysroot), ModuleFormat("raw"), DisableModuleHash(0),
  /external/clang/lib/Frontend/
FrontendActions.cpp 81 std::string Sysroot;
84 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile);
89 Sysroot.clear();
94 CI.getPreprocessor(), OutputFile, nullptr, Sysroot,
103 CompilerInstance &CI, StringRef InFile, std::string &Sysroot,
105 Sysroot = CI.getHeaderSearchOpts().Sysroot;
106 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
128 std::string Sysroot;
131 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile)
    [all...]
CompilerInstance.cpp 350 getHeaderSearchOpts().Sysroot);
408 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
418 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
428 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation,
    [all...]
ASTUnit.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]

Completed in 109 milliseconds