Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp238 void startSection(SectionBookkeeping &Section, unsigned SectionId);
348 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter
368 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
765 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()
791 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
833 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
847 startSection(Section, wasm::WASM_SEC_EVENT); in writeEventSection()
863 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()
900 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()
918 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
[all …]