Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp255 void startSection(SectionBookkeeping &Section, unsigned SectionId);
364 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter
406 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
803 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()
830 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
872 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
886 startSection(Section, wasm::WASM_SEC_TAG); in writeTagSection()
902 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()
943 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()
963 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
[all …]