Home
last modified time | relevance | path

Searched refs:SectionBookkeeping (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp50 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()
764 SectionBookkeeping Section; in writeTypeSection()
790 SectionBookkeeping Section; in writeImportSection()
832 SectionBookkeeping Section; in writeFunctionSection()
[all …]