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.py3405 def GetGuidsUsedByPcd(self): member in ModuleAutoGen
3408 self._GuidsUsedByPcd.update(self.Module.GetGuidsUsedByPcd())
3410 self._GuidsUsedByPcd.update(Library.GetGuidsUsedByPcd())
3659 for TokenSpace in self.GetGuidsUsedByPcd():
DGenC.py1958 if Guid in Info.Module.GetGuidsUsedByPcd():
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2616 def GetGuidsUsedByPcd(self): member in InfBuildData