Home
last modified time | relevance | path

Searched defs:SectionString (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfGuidPpiProtocolSectionParser.py38 def InfGuidParser(self, SectionString, InfSectionObject, FileName): argument
125 def InfPpiParser(self, SectionString, InfSectionObject, FileName): argument
210 def InfUserExtensionParser(self, SectionString, InfSectionObject, FileName): argument
294 def InfProtocolParser(self, SectionString, InfSectionObject, FileName): argument
DInfBuildOptionSectionParser.py38 def InfBuildOptionParser(self, SectionString, InfSectionObject, FileName): argument
162 def InfAsBuiltBuildOptionParser(SectionString, FileName): argument
DInfLibrarySectionParser.py38 def InfLibraryParser(self, SectionString, InfSectionObject, FileName): argument
155 def InfAsBuiltLibraryParser(self, SectionString, InfSectionObject, FileName): argument
DInfSectionParser.py66 def GetSpecialStr2(ItemList, FileName, LineNo, SectionString): argument
151 def GetArch(ItemList, ArchList, FileName, LineNo, SectionString): argument
292 def SectionHeaderParser(self, SectionString, FileName, LineNo): argument
DInfPackageSectionParser.py35 def InfPackageParser(self, SectionString, InfSectionObject, FileName): argument
DInfDepexSectionParser.py37 def InfDepexParser(self, SectionString, InfSectionObject, FileName): argument
DInfSourceSectionParser.py35 def InfSourceParser(self, SectionString, InfSectionObject, FileName): argument
DInfBinarySectionParser.py36 def InfBinaryParser(self, SectionString, InfSectionObject, FileName): argument
DInfPcdSectionParser.py42 def InfPcdParser(self, SectionString, InfSectionObject, FileName): argument
DInfDefineSectionParser.py60 def InfDefineParser(self, SectionString, InfSectionObject, FileName, SectionComment): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfDepexObject.py38 def SetSectionString(self, SectionString): argument