Home | History | Annotate | Download | only in Driver

Lines Matching refs:Ver

2251   const std::string Ver,
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);
2358 std::string Ver(GetGCCLibAndIncVersion());
2360 std::string HexagonDir(GnuDir + "/lib/gcc/hexagon/" + Ver);
2374 std::string Ver(GetGCCLibAndIncVersion());
2378 llvm::sys::path::append(IncludeDir, Ver);