Lines Matching refs:Prefix
34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() argument
51 if (Prefix != '\0') in getNameWithPrefixImpl()
52 OS << Prefix; in getNameWithPrefixImpl()
61 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local
62 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix); in getNameWithPrefixImpl()
73 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
74 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix); in getNameWithPrefix()
132 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
146 Prefix = '@'; // fastcall functions have an @ prefix instead of _. in getNameWithPrefix()
148 Prefix = '\0'; // vectorcall functions have no prefix. in getNameWithPrefix()
151 getNameWithPrefixImpl(OS, Name, PrefixTy, DL, Prefix); in getNameWithPrefix()