reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
324 YamlIO.mapRequired("id", Object.ID); 325 YamlIO.mapOptional( 328 YamlIO.mapOptional("offset", Object.Offset, (int64_t)0); 329 YamlIO.mapOptional("size", Object.Size, (uint64_t)0); 330 YamlIO.mapOptional("alignment", Object.Alignment, (unsigned)0); 331 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 333 YamlIO.mapOptional("isImmutable", Object.IsImmutable, false); 334 YamlIO.mapOptional("isAliased", Object.IsAliased, false); 336 YamlIO.mapOptional("callee-saved-register", Object.CalleeSavedRegister, 338 YamlIO.mapOptional("callee-saved-restored", Object.CalleeSavedRestored, 340 YamlIO.mapOptional("debug-info-variable", Object.DebugVar, 342 YamlIO.mapOptional("debug-info-expression", Object.DebugExpr, 344 YamlIO.mapOptional("debug-info-location", Object.DebugLoc,