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

References

include/llvm/CodeGen/MIRYamlMapping.h
  516            AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
  516            AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
  538     YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack, false);
lib/CodeGen/MIRParser/MIRParser.cpp
  641   MFI.setAdjustsStack(YamlMFI.AdjustsStack);
lib/CodeGen/MIRPrinter.cpp
  337   YamlMFI.AdjustsStack = MFI.adjustsStack();