Searched refs:getLinkerPrivateGlobalPrefix (Results 1 – 7 of 7) sorted by relevance
43 StringRef LPGP = DL.getLinkerPrivateGlobalPrefix(); in fromGlobalValue()
53 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
661 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
309 StringRef getLinkerPrivateGlobalPrefix() const { in getLinkerPrivateGlobalPrefix() function
607 if (!getDataLayout().getLinkerPrivateGlobalPrefix().empty()) in GetCPISymbol()609 Twine(getDataLayout().getLinkerPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
299 raw_svector_ostream(NameSV) << MAI->getLinkerPrivateGlobalPrefix() << "tmp"; in createLinkerPrivateTempSymbol()
684 StringRef Prefix = isLinkerPrivate ? DL.getLinkerPrivateGlobalPrefix() in getJTISymbol()