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