Lines Matching refs:DL
25 const DataLayout &DL, char Prefix) { in getNameWithPrefixx() argument
38 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixx()
40 OS << DL.getLinkerPrivateGlobalPrefix(); in getNameWithPrefixx()
51 char Prefix = DL->getGlobalPrefix(); in getNameWithPrefix()
52 return getNameWithPrefixx(OS, GVName, PrefixTy, *DL, Prefix); in getNameWithPrefix()
76 const DataLayout &DL) { in addByteCountSuffix() argument
86 unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix()
87 ArgWords += RoundUpToAlignment(DL.getTypeAllocSize(Ty), PtrSize); in addByteCountSuffix()
116 char Prefix = DL->getGlobalPrefix(); in getNameWithPrefix()
125 if (!DL->hasMicrosoftFastStdCallMangling() && in getNameWithPrefix()
135 getNameWithPrefixx(OS, Name, PrefixTy, *DL, Prefix); in getNameWithPrefix()
150 addByteCountSuffix(OS, MSFunc, *DL); in getNameWithPrefix()