Lines Matching refs:CustomSection
347 void writeCustomSection(WasmCustomSection &CustomSection,
1238 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection,
1241 auto *Sec = CustomSection.Section;
1242 startCustomSection(Section, CustomSection.Name);
1247 CustomSection.OutputContentsOffset = Section.ContentsOffset;
1248 CustomSection.OutputIndex = Section.Index;
1253 auto &Relocations = CustomSectionsRelocations[CustomSection.Section];
1254 applyRelocations(Relocations, CustomSection.OutputContentsOffset, Asm);
1957 for (auto &CustomSection : CustomSections)
1958 writeCustomSection(CustomSection, Asm);