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

References

include/llvm/CodeGen/MIRYamlMapping.h
  228            StackID == Other.StackID &&
  228            StackID == Other.StackID &&
  256     YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
lib/CodeGen/MIRParser/MIRParser.cpp
  705     if (!TFI->isSupportedStackID(Object.StackID))
  714           Object.StackID);
lib/CodeGen/MIRPrinter.cpp
  403     YamlObject.StackID = (TargetStackID::Value)MFI.getStackID(I);