Searched refs:HasPatchPoint (Results 1 – 8 of 8) sorted by relevance
184 bool HasPatchPoint = false; variable326 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()327 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
340 bool HasPatchPoint = false;361 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
419 bool HasPatchPoint = false;439 HasPatchPoint == Other.HasPatchPoint &&459 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
221 bool HasPatchPoint = false; variable363 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()364 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
322 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
458 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
574 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
260 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()