Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
239 bool HasPatchPoint = false; variable393 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()394 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
653 bool HasPatchPoint = false;676 HasPatchPoint == Other.HasPatchPoint &&701 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
342 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convertMFI()
846 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()