Searched refs:WASM_SEC_TABLE (Results 1 – 5 of 5) sorted by relevance
320 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()323 return S->Type == wasm::WASM_SEC_TABLE; in classof()
41 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
227 case wasm::WASM_SEC_TABLE: in mapping()
406 case wasm::WASM_SEC_TABLE: in parseSection()2169 case wasm::WASM_SEC_TABLE: in getSectionOrder()
943 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()