reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Mangler.cpp
  130     getNameWithPrefixImpl(OS, "__unnamed_" + Twine(ID), DL, PrefixTy);
  135   char Prefix = DL.getGlobalPrefix();
  144       (DL.doNotMangleLeadingQuestionMark() && Name.startswith("?")))
  149   if (!DL.hasMicrosoftFastStdCallMangling() &&
  159   getNameWithPrefixImpl(OS, Name, PrefixTy, DL, Prefix);
  174     addByteCountSuffix(OS, MSFunc, DL);