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

  /external/clang/lib/Driver/
CrossWindowsToolChain.cpp 23 const std::string &SysRoot = D.SysRoot;
27 getFilePaths().push_back(SysRoot + "/usr/lib");
28 getFilePaths().push_back(SysRoot + "/usr/lib/gcc");
54 const std::string &SysRoot = D.SysRoot;
59 addSystemInclude(DriverArgs, CC1Args, SysRoot + "/usr/local/include");
67 addExternCSystemInclude(DriverArgs, CC1Args, SysRoot + "/usr/include");
74 const std::string &SysRoot = getDriver().SysRoot;
    [all...]
ToolChains.cpp 499 // Xcode tools to define the default sysroot, by making it the default for
744 // Check in the sysroot first.
    [all...]
  /external/clang/lib/Frontend/
DependencyGraph.cpp 32 std::string SysRoot;
46 StringRef SysRoot)
47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { }
63 StringRef SysRoot) {
65 SysRoot));
117 if (FileName.startswith(SysRoot))
118 FileName = FileName.substr(SysRoot.size());
  /external/clang/include/clang/Driver/
Driver.h 126 /// sysroot, if present
127 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 145 /// sysroot, if present
146 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Driver.h 145 /// sysroot, if present
146 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Driver.h 145 /// sysroot, if present
146 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 145 /// sysroot, if present
146 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Driver.h 145 /// sysroot, if present
146 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Driver.h 145 /// sysroot, if present
146 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Driver.h 148 /// sysroot, if present
149 std::string SysRoot;

Completed in 270 milliseconds