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.cpp47 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()
[all …]