Searched refs:startSection (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 356 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection() 715 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection() 741 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection() 783 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection() 797 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection() 817 startSection(Section, wasm::WASM_SEC_EVENT); in writeEventSection() 833 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection() 850 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection() 874 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection() 902 startSection(Section, wasm::WASM_SEC_DATA); in writeDataSection() [all …]
|