Lines Matching refs:SectionBookkeeping
50 struct SectionBookkeeping { struct
238 void startSection(SectionBookkeeping &Section, unsigned SectionId);
239 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
240 void endSection(SectionBookkeeping &Section);
348 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
365 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
382 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
775 SectionBookkeeping Section; in writeTypeSection()
801 SectionBookkeeping Section; in writeImportSection()
843 SectionBookkeeping Section; in writeFunctionSection()
857 SectionBookkeeping Section; in writeTagSection()
873 SectionBookkeeping Section; in writeGlobalSection()
910 SectionBookkeeping Section; in writeTableSection()
928 SectionBookkeeping Section; in writeExportSection()
948 SectionBookkeeping Section; in writeElemSection()
985 SectionBookkeeping Section; in writeDataCountSection()
997 SectionBookkeeping Section; in writeCodeSection()
1025 SectionBookkeeping Section; in writeDataSection()
1072 SectionBookkeeping Section; in writeRelocSection()
1103 SectionBookkeeping Section; in writeLinkingMetaDataSection()
1107 SectionBookkeeping SubSection; in writeLinkingMetaDataSection()
1187 SectionBookkeeping Section; in writeCustomSection()