reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/WasmObjectWriter.cpp
 1257       if (Name.startswith(".custom_section."))
 1258         Name = Name.substr(strlen(".custom_section."));
 1258         Name = Name.substr(strlen(".custom_section."));
 1269       if (Name == "producers") {
 1270         ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section);
 1273       if (Name == "target_features") {
 1275             std::make_unique<WasmCustomSection>(Name, &Section);
 1279       CustomSections.emplace_back(Name, &Section);