Home
last modified time | relevance | path

Searched refs:ModuleEntryPointList (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DBuildClassObject.py185 self.ModuleEntryPointList = []
DWorkspaceDatabase.py2826 ModuleEntryPointList = property(_GetEntryPoint) variable in InfBuildData
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspaceBuild.py185 self.ModuleEntryPointList = []
765 … if Item.ModuleEntryPoint != '' and Item.ModuleEntryPoint not in Pb.ModuleEntryPointList:
766 Pb.ModuleEntryPointList.append(Item.ModuleEntryPoint)
1631 print 'ModuleEntryPointList = ', P.ModuleEntryPointList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenC.py1363 NumEntryPoints = len(Info.Module.ModuleEntryPointList)
1373 'Function' : Info.Module.ModuleEntryPointList,
1386 ExtraData= ", ".join(Info.Module.ModuleEntryPointList)
DGenMake.py459 if len(self._AutoGenObject.Module.ModuleEntryPointList) > 0:
460 ModuleEntryPoint = self._AutoGenObject.Module.ModuleEntryPointList[0]
DAutoGen.py3707 'module_entry_point' : self.Module.ModuleEntryPointList,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py1079 EntryPoint = " ".join(Module.Module.ModuleEntryPointList)