Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
236 bool HasPatchPoint = false; variable388 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()389 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
601 bool HasPatchPoint = false;623 HasPatchPoint == Other.HasPatchPoint &&647 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
349 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
725 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()