Home | History | Annotate | Download | only in Driver

Lines Matching refs:Ver

1514   const std::string Ver,
1544 LibPaths->push_back(LibGCCHexagonDir + Ver + MarchG0Suffix);
1545 LibPaths->push_back(LibGCCHexagonDir + Ver + G0Suffix);
1547 LibPaths->push_back(LibGCCHexagonDir + Ver + MarchSuffix);
1548 LibPaths->push_back(LibGCCHexagonDir + Ver);
1621 std::string Ver(GetGCCLibAndIncVersion());
1623 std::string HexagonDir(GnuDir + "/lib/gcc/hexagon/" + Ver);
1637 std::string Ver(GetGCCLibAndIncVersion());
1641 llvm::sys::path::append(IncludeDir, Ver);