Home | History | Annotate | Download | only in IR

Lines Matching refs:Out

768 static void fixupSubprogramName(DISubprogram Fn, SmallVectorImpl<char> &Out) {
774 Out.reserve(FName.size() + Prefix.size());
775 Out.append(Prefix.begin(), Prefix.end());
785 Out.push_back('.');
787 Out.push_back(C);
907 // FIXME: We really shouldn't be bailing out after visiting just one CU