Searched refs:ModuleEntryPointList (Results 1 – 7 of 7) sorted by relevance
185 self.ModuleEntryPointList = []
2826 ModuleEntryPointList = property(_GetEntryPoint) variable in InfBuildData
185 self.ModuleEntryPointList = []765 … if Item.ModuleEntryPoint != '' and Item.ModuleEntryPoint not in Pb.ModuleEntryPointList:766 Pb.ModuleEntryPointList.append(Item.ModuleEntryPoint)1631 print 'ModuleEntryPointList = ', P.ModuleEntryPointList
1363 NumEntryPoints = len(Info.Module.ModuleEntryPointList)1373 'Function' : Info.Module.ModuleEntryPointList,1386 ExtraData= ", ".join(Info.Module.ModuleEntryPointList)
459 if len(self._AutoGenObject.Module.ModuleEntryPointList) > 0:460 ModuleEntryPoint = self._AutoGenObject.Module.ModuleEntryPointList[0]
3707 'module_entry_point' : self.Module.ModuleEntryPointList,
1079 EntryPoint = " ".join(Module.Module.ModuleEntryPointList)