Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
238 bool HasPatchPoint = false; variable384 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()385 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
598 bool HasPatchPoint = false;620 HasPatchPoint == Other.HasPatchPoint &&643 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
341 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
690 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()