Searched refs:GetSupModuleList (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenDecFile.py | 123 if Pcd.GetSupModuleList(): 124 Statement += GenDecTailComment(Pcd.GetSupModuleList()) 206 if Guid.GetSupModuleList(): 207 Statement += GenDecTailComment(Guid.GetSupModuleList()) 247 if Protocol.GetSupModuleList(): 248 Statement += GenDecTailComment(Protocol.GetSupModuleList()) 288 if Ppi.GetSupModuleList(): 289 Statement += GenDecTailComment(Ppi.GetSupModuleList()) 463 if LibraryClass.GetSupModuleList(): 465 GenDecTailComment(LibraryClass.GetSupModuleList())
|
D | GenInfFile.py | 344 if LibraryClass.GetSupModuleList(): 345 … Statement += '|' + DT.TAB_SPACE_SPLIT.join(l for l in LibraryClass.GetSupModuleList()) 407 ModuleList = LibraryClass.GetSupModuleList()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | GuidProtocolPpiXml.py | 92 ['SupModList', GetStringOfList(GuidProtocolPpi.GetSupModuleList())], \ 149 GetStringOfList(GuidProtocolPpi.GetSupModuleList())], 208 GetStringOfList(GuidProtocolPpi.GetSupModuleList())], \
|
D | PackageSurfaceAreaXml.py | 108 ['SupModList', GetStringOfList(PackageIncludeHeader.GetSupModuleList())], ]
|
D | CommonXml.py | 924 ['SupModList', GetStringOfList(LibraryClass.GetSupModuleList())] 940 ['SupModList', GetStringOfList(LibraryClass.GetSupModuleList())], \
|
D | PcdXml.py | 458 ['SupModList', GetStringOfList(PcdEntry.GetSupModuleList())]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | CommonObject.py | 485 def GetSupModuleList(self): member in GuidProtocolPpiCommonObject 716 def GetSupModuleList(self): member in LibraryClassObject 839 def GetSupModuleList(self): member in IncludeObject 958 def GetSupModuleList(self): member in PcdObject
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfLibraryClassesObject.py | 91 def GetSupModuleList(self): member in InfLibraryClassItem
|
D | InfPcdObject.py | 273 def GetSupModuleList(self): member in InfPcdItem
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | InfPomAlignment.py | 500 LibraryClass.SetSupModuleList(Item.GetSupModuleList())
|