Lines Matching refs:DL
34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() argument
47 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
49 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixImpl()
59 const DataLayout &DL, in getNameWithPrefixImpl() argument
61 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl()
62 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix); in getNameWithPrefixImpl()
66 const DataLayout &DL) { in getNameWithPrefix() argument
67 return getNameWithPrefixImpl(OS, GVName, DL, Default); in getNameWithPrefix()
71 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix() argument
73 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()
74 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix); in getNameWithPrefix()
91 const DataLayout &DL) { in addByteCountSuffix() argument
101 unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix()
102 ArgWords += alignTo(DL.getTypeAllocSize(Ty), PtrSize); in addByteCountSuffix()
118 const DataLayout &DL = GV->getParent()->getDataLayout(); in getNameWithPrefix() local
127 getNameWithPrefixImpl(OS, "__unnamed_" + Twine(ID), DL, PrefixTy); in getNameWithPrefix()
132 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()
141 if (!DL.hasMicrosoftFastStdCallMangling() && in getNameWithPrefix()
151 getNameWithPrefixImpl(OS, Name, PrefixTy, DL, Prefix); in getNameWithPrefix()
166 addByteCountSuffix(OS, MSFunc, DL); in getNameWithPrefix()