Home | History | Annotate | Download | only in Index

Lines Matching defs:Distribution

1024       StringRef Distribution;
1026 Distribution = AvailabilityAttr::getPrettyPlatformName(
1028 if (Distribution.empty())
1029 Distribution = AA->getPlatform()->getName();
1031 Result << " distribution=\"" << Distribution << "\">";