Searched defs:GetGnuDir (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp1409 std::string Hexagon_TC::GetGnuDir(const std::string &InstalledDir) { function in class:Hexagon_TC
1453 const std::string RootDir = Hexagon_TC::GetGnuDir(InstalledDir) + "/";
1481 const std::string GnuDir = Hexagon_TC::GetGnuDir(InstalledDir);
1541 std::string GnuDir = Hexagon_TC::GetGnuDir(D.InstalledDir);
1557 llvm::sys::Path IncludeDir(Hexagon_TC::GetGnuDir(D.InstalledDir));

Completed in 71 milliseconds