Searched refs:SupArchDict (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfPcdObject.py | 42 def ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList): argument 59 SupArchDict[PcdTypeItem1] = ArchList 63 return SupArchList, SupArchDict 321 SupArchDict = {} 324 … SupArchList, SupArchDict = ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList) 410 PcdItemObj.SetSupportArchList(SupArchDict[PcdTypeItem])
|