Home
last modified time | relevance | path

Searched refs:MacroParser (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfPackageSectionParser.py26 from Library.Parsing import MacroParser
98 Name, Value = MacroParser((PkgLineContent, PkgLineNo),
DInfGuidPpiProtocolSectionParser.py27 from Library.Parsing import MacroParser
76 Name, Value = MacroParser((LineContent, LineNo),
163 Name, Value = MacroParser((LineContent, LineNo),
332 Name, Value = MacroParser((LineContent, LineNo),
DInfSourceSectionParser.py26 from Library.Parsing import MacroParser
96 Name, Value = MacroParser((SrcLineContent, SrcLineNo),
DInfAsBuiltProcess.py31 from Library.Parsing import MacroParser
153 Name, Value = MacroParser((Line, LineNo),
167 Name, Value = MacroParser((Line, LineNo),
DInfDefineSectionParser.py25 from Library.Parsing import MacroParser
143 Name, Value = MacroParser((LineContent, LineNo),
DInfLibrarySectionParser.py26 from Library.Parsing import MacroParser
106 Name, Value = MacroParser((LibLineContent, LibLineNo),
DInfPcdSectionParser.py26 from Library.Parsing import MacroParser
94 Name, Value = MacroParser((PcdLineContent, PcdLineNo),
DInfBinarySectionParser.py26 from Library.Parsing import MacroParser
122 MacroDef = MacroParser((BinLineContent, BinLineNo),
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py892 def MacroParser(Line, FileName, SectionType, FileLocalMacros): function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py39 def MacroParser(self): function
101 return MacroParser
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py41 def MacroParser(self): function
98 return MacroParser