Home | History | Annotate | Download | only in llc

Lines Matching refs:IFN

86   std::string IFN = InputFilename;
88 int Len = IFN.length();
90 IFN[Len-3] == '.' &&
91 ((IFN[Len-2] == 'b' && IFN[Len-1] == 'c') ||
92 (IFN[Len-2] == 'l' && IFN[Len-1] == 'l'))) {
93 outputFilename = std::string(IFN.begin(), IFN.end()-3); // s/.bc/.s/
95 outputFilename = IFN;