Searched refs:PatchType (Results 1 – 3 of 3) sorted by relevance
121 enum class PatchType { MacroDirectives, All }; enum161 PatchType PatchType);
606 PatchType PatchType) { in create() argument636 if ((PatchType == PatchType::MacroDirectives || !IncludesChanged) && in create()656 if (IncludesChanged && PatchType == PatchType::All) { in create()712 return create(FileName, Modified, Baseline, PatchType::All); in createFullPatch()718 return create(FileName, Modified, Baseline, PatchType::MacroDirectives); in createMacroPatch()
72 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local73 assert(PatchType == "prologue-short-redirect" && "Only possibility today!"); in runOnMachineFunction()