Home | History | Annotate | Download | only in Linker

Lines Matching refs:SrcName

232     StringRef SrcName = SrcSTy->getName();
234 if (!DstSTy->hasName() || DstSTy->getName().size() > SrcName.size()) {
235 TmpName.insert(TmpName.end(), SrcName.begin(), SrcName.end());