Home
last modified time | relevance | path

Searched refs:Libraryclass (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DDecObject.py330 def __init__(self, Libraryclass, File, Root): argument
334 self.Libraryclass = Libraryclass
339 return hash(self.Libraryclass + self.File)
349 return self.Libraryclass + '|' + self.File
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py571 LibraryClass.SetLibraryClass(Item.Libraryclass)