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()
829 SectionBookkeeping Section; in writeTypeSection()
855 SectionBookkeeping Section; in writeImportSection()
897 SectionBookkeeping Section; in writeFunctionSection()
911 SectionBookkeeping Section; in writeTagSection()
927 SectionBookkeeping Section; in writeGlobalSection()
968 SectionBookkeeping Section; in writeTableSection()
986 SectionBookkeeping Section; in writeExportSection()
1006 SectionBookkeeping Section; in writeElemSection()
1043 SectionBookkeeping Section; in writeDataCountSection()
1055 SectionBookkeeping Section; in writeCodeSection()
1083 SectionBookkeeping Section; in writeDataSection()
1130 SectionBookkeeping Section; in writeRelocSection()
1161 SectionBookkeeping Section; in writeLinkingMetaDataSection()
1165 SectionBookkeeping SubSection; in writeLinkingMetaDataSection()
1245 SectionBookkeeping Section; in writeCustomSection()