Searched defs:LibGCCHexagonDir (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Driver/
H A DToolChains.cpp2279 std::string LibGCCHexagonDir = RootDir + "lib/gcc/hexagon/"; local
2281 LibPaths->push_back(LibGCCHexagonDir + Ver + MarchG0Suffix);
2282 LibPaths->push_back(LibGCCHexagonDir + Ver + G0Suffix);
2284 LibPaths->push_back(LibGCCHexagonDir + Ver + MarchSuffix);
2285 LibPaths->push_back(LibGCCHexagonDir + Ver);

Completed in 93 milliseconds