Searched refs:startSection (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 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() 1007 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection() 1056 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection() [all …]
|