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

References

include/llvm/CodeGen/MIRYamlMapping.h
  522            HasVAStart == Other.HasVAStart &&
  522            HasVAStart == Other.HasVAStart &&
  547     YamlIO.mapOptional("hasVAStart", MFI.HasVAStart, false);
lib/CodeGen/MIRParser/MIRParser.cpp
  647   MFI.setHasVAStart(YamlMFI.HasVAStart);
lib/CodeGen/MIRPrinter.cpp
  344   YamlMFI.HasVAStart = MFI.hasVAStart();