Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance
184 bool HasPatchPoint = false; variable326 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()327 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
340 bool HasPatchPoint = false;361 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
458 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
260 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()