Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp46 struct SectionBookkeeping { struct
255 void startSection(SectionBookkeeping &Section, unsigned SectionId);
256 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
257 void endSection(SectionBookkeeping &Section);
364 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
403 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
425 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
802 SectionBookkeeping Section; in writeTypeSection()
829 SectionBookkeeping Section; in writeImportSection()
871 SectionBookkeeping Section; in writeFunctionSection()
[all …]