Lines Matching refs:Prefix
71 StringRef Prefix = ".data.";
72 NameData.insert(NameData.begin(), Prefix.begin(), Prefix.end());
216 /// getSectionPrefixForGlobal - Return the section prefix name used by options
251 const char *Prefix;
252 Prefix = getSectionPrefixForGlobal(Kind);
254 SmallString<128> Name(Prefix, Prefix+strlen(Prefix));
611 // Check whether the mangled name has the "Private" or "LinkerPrivate" prefix.
761 const char *Prefix = getCOFFSectionPrefixForUniqueGlobal(Kind);
762 SmallString<128> Name(Prefix, Prefix+strlen(Prefix));