Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
237 bool HasPatchPoint = false; variable383 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()384 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
491 bool HasPatchPoint = false;512 HasPatchPoint == Other.HasPatchPoint &&534 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
333 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
645 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()