Searched refs:WASM_SEC_TABLE (Results 1 – 7 of 7) sorted by relevance
317 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()320 return S->Type == wasm::WASM_SEC_TABLE; in classof()
246 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
220 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}
270 case wasm::WASM_SEC_TABLE: { in dump()
224 case wasm::WASM_SEC_TABLE: in mapping()
346 case wasm::WASM_SEC_TABLE: in parseSection()1886 case wasm::WASM_SEC_TABLE: in getSectionOrder()
969 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()