Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.cpp2146 const std::string G0Suffix = "/G0"; in GetHexagonLibraryPaths() local
2147 const std::string MarchG0Suffix = MarchSuffix + G0Suffix; in GetHexagonLibraryPaths()
2154 LibPaths->push_back(LibGCCHexagonDir + Ver + G0Suffix); in GetHexagonLibraryPaths()
2166 LibPaths->push_back(HexagonLibDir + G0Suffix); in GetHexagonLibraryPaths()
DTools.cpp5482 const std::string G0Suffix = "/G0"; in ConstructJob() local
5483 const std::string MarchG0Suffix = MarchSuffix + G0Suffix; in ConstructJob()