Home
last modified time | relevance | path

Searched refs:GetEntryPoint (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DModuleObject.py395 def GetEntryPoint(self): member in ExternObject
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DModuleSurfaceAreaXml.py278 if Extern.GetEntryPoint():
279 NodeList.append(['EntryPoint', Extern.GetEntryPoint()])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDefineObject.py574 def GetEntryPoint(self): member in InfDefSection
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py349 EntryPointList = DefineObj.GetEntryPoint()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenInfFile.py359 EntryPoint = Extern.GetEntryPoint()