Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp49 struct SectionBookkeeping { struct
248 void startSection(SectionBookkeeping &Section, unsigned SectionId);
249 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
250 void endSection(SectionBookkeeping &Section);
334 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
351 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
368 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
704 SectionBookkeeping Section; in writeTypeSection()
730 SectionBookkeeping Section; in writeImportSection()
768 SectionBookkeeping Section; in writeFunctionSection()
[all …]