Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
166 bool HasPatchPoint; variable272 HasPatchPoint = false; in MachineFrameInfo()329 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()330 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
343 bool HasPatchPoint = false;364 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
425 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
247 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()