Searched refs:startSection (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 256 void startSection(SectionBookkeeping &Section, unsigned SectionId); 366 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter 408 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection() 827 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection() 853 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection() 895 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection() 909 startSection(Section, wasm::WASM_SEC_TAG); in writeTagSection() 925 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection() 966 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection() 986 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection() [all …]
|