Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Name

45   SmallString<128> Name;
54 Name += DL->getPrivateGlobalPrefix();
56 unsigned PrefixLen = Name.size();
60 Mang->getNameWithPrefix(Name, MO.getSymbolName());
63 TM.getNameWithPrefix(Name, GV, *Mang);
66 unsigned OrigLen = Name.size() - PrefixLen;
68 Name += Suffix;
69 MCSymbol *Sym = Ctx.GetOrCreateSymbol(Name);
70 StringRef OrigName = StringRef(Name).substr(PrefixLen, OrigLen);
72 // If the target flags on the operand changes the name of the symbol, do that