Home
last modified time | relevance | path

Searched refs:_parseForGCC (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
DGenPatchPcdTable.py60 return _parseForGCC(lines, efifilepath)
63 def _parseForGCC(lines, efifilepath): function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py69 return _parseForGCC(lines, efifilepath, varnames)
72 def _parseForGCC(lines, efifilepath, varnames): function