Home | History | Annotate | Download | only in llc

Lines Matching defs:IFN

144   std::string IFN = InputFilename;

146 int Len = IFN.length();
148 IFN[Len-3] == '.' &&
149 ((IFN[Len-2] == 'b' && IFN[Len-1] == 'c') ||
150 (IFN[Len-2] == 'l' && IFN[Len-1] == 'l'))) {
151 outputFilename = std::string(IFN.begin(), IFN.end()-3); // s/.bc/.s/
153 outputFilename = IFN;