Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp257 void startSection(SectionBookkeeping &Section, unsigned SectionId);
369 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter
411 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
830 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()
856 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
898 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
912 startSection(Section, wasm::WASM_SEC_TAG); in writeTagSection()
928 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()
969 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()
987 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
[all …]