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

References

lib/CodeGen/MIRPrinter.cpp
  514     YamlConstant.ID = ID++;
  515     YamlConstant.Value = StrOS.str();
  516     YamlConstant.Alignment = Constant.getAlignment();
  517     YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry();
  519     MF.Constants.push_back(YamlConstant);