reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 IO.mapRequired("Type", Symbol.Type); 129 if (Symbol.Type == IFSSymbolType::NoType) 130 IO.mapOptional("Size", Symbol.Size, (uint64_t)0); 131 else if (Symbol.Type == IFSSymbolType::Func) 132 Symbol.Size = 0; 134 IO.mapRequired("Size", Symbol.Size); 135 IO.mapOptional("Weak", Symbol.Weak, false); 136 IO.mapOptional("Warning", Symbol.Warning);