Lines Matching refs:Prefix
73 StringRef Prefix = ".data.";
74 NameData.insert(NameData.begin(), Prefix.begin(), Prefix.end());
187 /// getSectionPrefixForGlobal - Return the section prefix name used by options
221 const char *Prefix;
222 Prefix = getSectionPrefixForGlobal(Kind);
224 SmallString<128> Name(Prefix, Prefix+strlen(Prefix));
479 // Check whether the mangled name has the "Private" or "LinkerPrivate" prefix.
607 const char *Prefix = getCOFFSectionPrefixForUniqueGlobal(Kind);
608 SmallString<128> Name(Prefix, Prefix+strlen(Prefix));