Searched refs:PcdComments (Results 1 – 2 of 2) sorted by relevance
3366 self.UpdateComments(self._PcdComments, self.Module.PcdComments)3379 self.UpdateComments(self._PcdComments, Library.PcdComments)3864 PcdComments = ''3866 … PcdComments = '\n '.join(self._PcdComments[Pcd.TokenSpaceGuidCName, Pcd.TokenCName])3867 if PcdComments:3868 PcdItem = PcdComments + '\n ' + PcdItem3873 PcdComments = ''3911 PcdComments = '\n '.join(PcdCommentList)3913 if PcdComments:3914 PcdEntry = PcdComments + '\n ' + PcdEntry
2846 PcdComments = property(_GetPcdComments) variable in InfBuildData