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

References

lib/MC/WasmObjectWriter.cpp
 1017   auto *Sec = CustomSection.Section;
 1018   startCustomSection(Section, CustomSection.Name);
 1023   CustomSection.OutputContentsOffset = Section.ContentsOffset;
 1024   CustomSection.OutputIndex = Section.Index;
 1029   auto &Relocations = CustomSectionsRelocations[CustomSection.Section];
 1030   applyRelocations(Relocations, CustomSection.OutputContentsOffset);