Home
last modified time | relevance | path

Searched refs:SkipCPreprocessor (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrCompiler.cpp60 mOptions.SkipCPreprocessor = FALSE; in OptionInitialization()
91 mOptions.SkipCPreprocessor = TRUE; in OptionInitialization()
391 if (mOptions.SkipCPreprocessor == TRUE) { in PreProcess()
458 …InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOu… in Compile()
581 …InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOu… in GenRecordListFile()
DVfrCompiler.h59 bool SkipCPreprocessor; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrCompiler.h54 bool SkipCPreprocessor; member
DVfrCompiler.cpp81 mOptions.SkipCPreprocessor = TRUE; in OptionInitialization()
146 mOptions.SkipCPreprocessor = TRUE; in OptionInitialization()
640 if (mOptions.SkipCPreprocessor == TRUE) { in PreProcess()
708 …InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOu… in Compile()
926 …InFileName = (mOptions.SkipCPreprocessor == TRUE) ? mOptions.VfrFileName : mOptions.PreprocessorOu… in GenRecordListFile()