Lines Matching refs:SectionBookkeeping
47 struct SectionBookkeeping { struct
256 void startSection(SectionBookkeeping &Section, unsigned SectionId);
257 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
258 void endSection(SectionBookkeeping &Section);
366 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
405 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
427 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
826 SectionBookkeeping Section; in writeTypeSection()
852 SectionBookkeeping Section; in writeImportSection()
894 SectionBookkeeping Section; in writeFunctionSection()
908 SectionBookkeeping Section; in writeTagSection()
924 SectionBookkeeping Section; in writeGlobalSection()
965 SectionBookkeeping Section; in writeTableSection()
985 SectionBookkeeping Section; in writeExportSection()
1005 SectionBookkeeping Section; in writeElemSection()
1043 SectionBookkeeping Section; in writeDataCountSection()
1054 SectionBookkeeping Section; in writeCodeSection()
1079 SectionBookkeeping Section; in writeDataSection()
1126 SectionBookkeeping Section; in writeRelocSection()
1157 SectionBookkeeping Section; in writeLinkingMetaDataSection()
1161 SectionBookkeeping SubSection; in writeLinkingMetaDataSection()
1240 SectionBookkeeping Section; in writeCustomSection()