reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MIRYamlMapping.h
  512            HasPatchPoint == Other.HasPatchPoint &&
  512            HasPatchPoint == Other.HasPatchPoint &&
  534     YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
lib/CodeGen/MIRParser/MIRParser.cpp
  636   MFI.setHasPatchPoint(YamlMFI.HasPatchPoint);
lib/CodeGen/MIRPrinter.cpp
  333   YamlMFI.HasPatchPoint = MFI.hasPatchPoint();