reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
174 SectionName = CustomSection->Name; 176 IO.mapRequired("Name", SectionName); 178 if (SectionName == "dylink") { 182 } else if (SectionName == "linking") { 186 } else if (SectionName == "name") { 190 } else if (SectionName == "producers") { 194 } else if (SectionName == "target_features") { 200 Section.reset(new WasmYAML::CustomSection(SectionName));