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

References

lib/IR/Mangler.cpp
  186   if (!GV->hasDLLExportStorageClass() || GV->isDeclaration())
  186   if (!GV->hasDLLExportStorageClass() || GV->isDeclaration())
  197     Mangler.getNameWithPrefix(FlagOS, GV, false);
  199     if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix())
  204     Mangler.getNameWithPrefix(OS, GV, false);
  207   if (!GV->getValueType()->isFunctionTy()) {