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

References

tools/lld/wasm/InputFiles.cpp
  297       customSections.emplace_back(make<InputSection>(section, this));
  298       customSections.back()->setRelocations(section.Relocations);
  299       customSectionsByIndex[sectionIndex] = customSections.back();
tools/lld/wasm/Writer.cpp
  110     for (InputSection *section : file->customSections) {
  600     for (auto &p : file->customSections)