Lines Matching defs:Prefix
37 const DataLayout &DL, char Prefix) {
50 Prefix = '\0';
57 if (Prefix != '\0')
58 OS << Prefix;
67 char Prefix = DL.getGlobalPrefix();
68 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix);
79 char Prefix = DL.getGlobalPrefix();
80 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix);
146 char Prefix = DL.getGlobalPrefix();
165 Prefix = '@'; // fastcall functions have an @ prefix instead of _.
167 Prefix = '\0'; // vectorcall functions have no prefix.
170 getNameWithPrefixImpl(OS, Name, PrefixTy, DL, Prefix);