Home
last modified time | relevance | path

Searched refs:GetGuidsUsedByPcd (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2990 def GetGuidsUsedByPcd(self): member in ModuleAutoGen
2993 self._GuidsUsedByPcd.update(self.Module.GetGuidsUsedByPcd())
2995 self._GuidsUsedByPcd.update(Library.GetGuidsUsedByPcd())
3233 for TokenSpace in self.GetGuidsUsedByPcd():
DGenC.py1671 if Guid in Info.Module.GetGuidsUsedByPcd():
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2505 def GetGuidsUsedByPcd(self): member in InfBuildData