Lines Matching refs:SectionBookkeeping
48 struct SectionBookkeeping { struct
257 void startSection(SectionBookkeeping &Section, unsigned SectionId);
258 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
259 void endSection(SectionBookkeeping &Section);
369 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
408 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
430 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
831 SectionBookkeeping Section; in writeTypeSection()
857 SectionBookkeeping Section; in writeImportSection()
899 SectionBookkeeping Section; in writeFunctionSection()
913 SectionBookkeeping Section; in writeTagSection()
929 SectionBookkeeping Section; in writeGlobalSection()
970 SectionBookkeeping Section; in writeTableSection()
988 SectionBookkeeping Section; in writeExportSection()
1008 SectionBookkeeping Section; in writeElemSection()
1045 SectionBookkeeping Section; in writeDataCountSection()
1057 SectionBookkeeping Section; in writeCodeSection()
1082 SectionBookkeeping Section; in writeDataSection()
1129 SectionBookkeeping Section; in writeRelocSection()
1160 SectionBookkeeping Section; in writeLinkingMetaDataSection()
1164 SectionBookkeeping SubSection; in writeLinkingMetaDataSection()
1244 SectionBookkeeping Section; in writeCustomSection()