HomeSort by relevance Sort by last modified time
    Searched defs:Sysroot (Results 1 - 6 of 6) 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,
106 CompilerInstance &CI, StringRef InFile, std::string &Sysroot,
108 Sysroot = CI.getHeaderSearchOpts().Sysroot;
109 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
131 std::string Sysroot;
134 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile)
    [all...]
CompilerInstance.cpp 352 getHeaderSearchOpts().Sysroot);
414 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
424 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
434 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation,
    [all...]
ASTUnit.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp     [all...]

Completed in 898 milliseconds