Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp368 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
776 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()
802 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
844 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
858 startSection(Section, wasm::WASM_SEC_TAG); in writeTagSection()
874 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()
911 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()
929 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
949 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()
998 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()
[all …]