Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
237 bool HasPatchPoint = false; variable391 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()392 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
629 bool HasPatchPoint = false;652 HasPatchPoint == Other.HasPatchPoint &&677 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
357 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
768 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()