HomeSort by relevance Sort by last modified time
    Searched refs:Sysroot (Results 1 - 12 of 12) 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...]
InitHeaderSearch.cpp 51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
53 HasSysroot(!(sysroot.empty() || sysroot == "/")) {
57 /// the sysroot if used.
61 /// without performing any sysroot remapping.
117 // Add the path with sysroot prepended, if desired and this is a system header
261 // <sysroot>/<triple>/include
650 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);
CompilerInvocation.cpp     [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 90 std::string &Sysroot, std::string &OutputFile);
122 std::string &Sysroot,
CompilerInstance.h 655 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 1446 milliseconds