Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
237 bool HasPatchPoint = false; variable409 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()410 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
602 bool HasPatchPoint = false;624 HasPatchPoint == Other.HasPatchPoint &&648 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
350 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
739 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()