Home
last modified time | relevance | path

Searched defs:InfSectionObject (Results 1 – 10 of 10) 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
DInfLibrarySectionParser.py38 def InfLibraryParser(self, SectionString, InfSectionObject, FileName): argument
155 def InfAsBuiltLibraryParser(self, SectionString, InfSectionObject, FileName): argument
DInfBinarySectionParser.py36 def InfBinaryParser(self, SectionString, InfSectionObject, FileName): argument
DInfDepexSectionParser.py37 def InfDepexParser(self, SectionString, InfSectionObject, FileName): argument
DInfPackageSectionParser.py35 def InfPackageParser(self, SectionString, InfSectionObject, FileName): argument
DInfPcdSectionParser.py42 def InfPcdParser(self, SectionString, InfSectionObject, FileName): argument
DInfSourceSectionParser.py35 def InfSourceParser(self, SectionString, InfSectionObject, FileName): argument
DInfDefineSectionParser.py60 def InfDefineParser(self, SectionString, InfSectionObject, FileName, SectionComment): argument
DInfBuildOptionSectionParser.py38 def InfBuildOptionParser(self, SectionString, InfSectionObject, FileName): argument
DInfSectionParser.py431 …def InfSpecialCommentParser (self, SpecialSectionList, InfSectionObject, ContainerFile, SectionTyp… argument