Lines Matching refs:patchFixHelper
55 …ogram *CreateJsonContentProgram(std::string src, std::string rname, util::PatchFix *patchFixHelper) in CreateJsonContentProgram() argument
58 … src, "", util::StringView(rname), patchFixHelper); in CreateJsonContentProgram()
141 auto *patchFixHelper = InitPatchFixHelper(input, options, symbolTable); in Compile() local
144 return CreateJsonContentProgram(src, rname, patchFixHelper); in Compile()
180 CleanPatchFixHelper(patchFixHelper); in Compile()
185 CleanPatchFixHelper(patchFixHelper); in Compile()
193 util::PatchFix *patchFixHelper = nullptr; in InitPatchFixHelper() local
210 …patchFixHelper = new util::PatchFix(needDumpSymbolFile, needGeneratePatch, patchFixKind, input.rec… in InitPatchFixHelper()
212 parser_->AddPatchFixHelper(patchFixHelper); in InitPatchFixHelper()
213 compiler_->AddPatchFixHelper(patchFixHelper); in InitPatchFixHelper()
215 return patchFixHelper; in InitPatchFixHelper()
218 void Compiler::CleanPatchFixHelper(const util::PatchFix *patchFixHelper) in CleanPatchFixHelper() argument
220 if (patchFixHelper) { in CleanPatchFixHelper()
221 delete patchFixHelper; in CleanPatchFixHelper()
222 patchFixHelper = nullptr; in CleanPatchFixHelper()