Searched refs:patchFixOptions (Results 1 – 3 of 3) sorted by relevance
124 bool needDumpSymbolFile = !options.patchFixOptions.dumpSymbolTable.empty(); in InitPatchFixHelper()125 …bool needGeneratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolT… in InitPatchFixHelper()126 bool isHotReload = options.patchFixOptions.hotReload; in InitPatchFixHelper()127 bool isColdFix = options.patchFixOptions.coldFix; in InitPatchFixHelper()161 …if (!options.patchFixOptions.symbolTable.empty() || !options.patchFixOptions.dumpSymbolTable.empty… in CompileFiles()162 symbolTable = new util::SymbolTable(options.patchFixOptions.symbolTable, in CompileFiles()163 options.patchFixOptions.dumpSymbolTable); in CompileFiles()
93 PatchFixOptions patchFixOptions; member
455 compilerOptions_.patchFixOptions.dumpSymbolTable = opDumpSymbolTable.GetValue(); in Parse()456 compilerOptions_.patchFixOptions.symbolTable = opInputSymbolTable.GetValue(); in Parse()469 compilerOptions_.patchFixOptions.generatePatch = generatePatch; in Parse()470 compilerOptions_.patchFixOptions.hotReload = hotReload; in Parse()471 compilerOptions_.patchFixOptions.coldFix = coldFix; in Parse()