Searched refs:ArchWithoutProfile (Results 1 – 1 of 1) sorted by relevance
591 StringRef ArchWithoutProfile = Arch.drop_front(I->Name.size()); in parseArchString() local592 if (!ArchWithoutProfile.empty()) { in parseArchString()593 if (ArchWithoutProfile.front() != '_') in parseArchString()595 NewArch += ArchWithoutProfile.str(); in parseArchString()