Searched refs:GetGuidsUsedByPcd (Results 1 – 3 of 3) sorted by relevance
3405 def GetGuidsUsedByPcd(self): member in ModuleAutoGen3408 self._GuidsUsedByPcd.update(self.Module.GetGuidsUsedByPcd())3410 self._GuidsUsedByPcd.update(Library.GetGuidsUsedByPcd())3659 for TokenSpace in self.GetGuidsUsedByPcd():
1958 if Guid in Info.Module.GetGuidsUsedByPcd():
2616 def GetGuidsUsedByPcd(self): member in InfBuildData