Home
last modified time | relevance | path

Searched refs:Instantiate (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py207 def Instantiate(self, Macros={}): member in FileBuildRule
DAutoGen.py2764 RuleObject = RuleObject.Instantiate(self.Macros)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py881 def Instantiate(self, PlaceHolderValues): member in TemplateString.Section
986 self.String += "".join([S.Instantiate(Dictionary) for S in SectionList])
997 return "".join([S.Instantiate(Dictionary) for S in self._TemplateSectionList])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py187 RuleObject = RuleObject.Instantiate(Macro)