reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);