Searched refs:G0Suffix (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp2274 const std::string G0Suffix = "/G0"; local
2275 const std::string MarchG0Suffix = MarchSuffix + G0Suffix;
2282 LibPaths->push_back(LibGCCHexagonDir + Ver + G0Suffix);
2294 LibPaths->push_back(HexagonLibDir + G0Suffix);
H A DTools.cpp4943 const std::string G0Suffix = "/G0"; local
4944 const std::string MarchG0Suffix = MarchSuffix + G0Suffix;

Completed in 164 milliseconds