Searched refs:generatePatch (Results 1 – 4 of 4) sorted by relevance
459 bool generatePatch = opGeneratePatch.GetValue(); in Parse() local462 if (generatePatch && hotReload) { in Parse()466 if (coldFix && !generatePatch) { in Parse()470 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()
45 …PatchFix(bool generateSymbolFile, bool generatePatch, PatchFixKind patchFixKind, const std::string… in PatchFix() argument47 …: generateSymbolFile_(generateSymbolFile), generatePatch_(generatePatch), patchFixKind_(patchFixKi… in PatchFix()
68 bool generatePatch {false};
125 …bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolT… in InitPatchFixHelper()