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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp1729 std::string HexagonLibDir = RootDir + "hexagon/lib"; local
1731 LibPaths->push_back(HexagonLibDir + MarchG0Suffix);
1732 LibPaths->push_back(HexagonLibDir + G0Suffix);
1734 LibPaths->push_back(HexagonLibDir + MarchSuffix);
1735 LibPaths->push_back(HexagonLibDir);

Completed in 61 milliseconds