Home | History | Annotate | Download | only in Basic

Lines Matching full:archname

3442     StringRef ArchName = T.getArchName();
3444 if (!ArchName.startswith("armv"))
3446 StringRef VersionStr = ArchName.substr(4);
3453 if (!ArchName.startswith("thumbv"))
3455 StringRef VersionStr = ArchName.substr(6);