Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp411 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
832 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()
858 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
900 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
914 startSection(Section, wasm::WASM_SEC_TAG); in writeTagSection()
930 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection()
971 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()
989 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
1009 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()
1058 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()
[all …]