reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
326 IO.mapRequired("targets", Section.Targets); 327 IO.mapOptional("symbols", Section.Symbols); 328 IO.mapOptional("objc-classes", Section.Classes); 329 IO.mapOptional("objc-eh-types", Section.ClassEHs); 330 IO.mapOptional("objc-ivars", Section.Ivars); 331 IO.mapOptional("weak-symbols", Section.WeakSymbols); 332 IO.mapOptional("thread-local-symbols", Section.TlvSymbols);