Searched defs:InfExpandMacro (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfDepexSectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
57 LineContent = InfExpandMacro(LineContent,
H A DInfBinarySectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
135 LineContent = InfExpandMacro(BinLineContent,
H A DInfBuildOptionSectionParser.py26 from Parser.InfParserMisc import InfExpandMacro namespace
97 ValueList[0] = InfExpandMacro(ValueList[0], (FileName, LineContent, LineNo),
99 ValueList[1] = InfExpandMacro(ValueList[1], (FileName, LineContent, LineNo),
H A DInfDefineSectionParser.py30 from Parser.InfParserMisc import InfExpandMacro namespace
154 LineContent = InfExpandMacro(LineContent,
H A DInfLibrarySectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
122 ValueList = [InfExpandMacro(Value, (FileName, LibLineContent, LibLineNo),
H A DInfPackageSectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
114 ValueList = [InfExpandMacro(Value, (FileName, PkgLineContent, PkgLineNo),
H A DInfParserMisc.py65 ## InfExpandMacro
75 def InfExpandMacro(Content, LineInfo, GlobalMacros=None, SectionMacros=None, Flag=False): function
H A DInfPcdSectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
116 ValueList = [InfExpandMacro(Value, (FileName, PcdLineContent, PcdLineNo),
H A DInfSourceSectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
109 SrcLineContent = InfExpandMacro(SrcLineContent,
H A DInfAsBuiltProcess.py33 from Parser.InfParserMisc import InfExpandMacro namespace
159 Line = InfExpandMacro(Line, (FileNameString, Line, LineNo), DefineSectionMacros, PackageSectionMacros, True)
H A DInfGuidPpiProtocolSectionParser.py24 from Parser.InfParserMisc import InfExpandMacro namespace
92 ValueList = [InfExpandMacro(Value, (FileName, LineContent, LineNo),
179 ValueList = [InfExpandMacro(Value, (FileName, LineContent, LineNo), self.FileLocalMacros, SectionMacros)
226 LineContent = InfExpandMacro(LineContent,
357 ValueList = [InfExpandMacro(Value, (FileName, LineContent, LineNo), self.FileLocalMacros, SectionMacros)

Completed in 1876 milliseconds