Searched refs:WASM_SEC_TABLE (Results 1 – 11 of 11) sorted by relevance
293 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()296 return S->Type == wasm::WASM_SEC_TABLE; in classof()
297 TableSection() : Section(wasm::WASM_SEC_TABLE) {} in TableSection()300 return S->Type == wasm::WASM_SEC_TABLE; in classof()
210 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
226 WASM_SEC_TABLE = 4, // Indirect function table and other tables enumerator
44 case WASM_SEC_TABLE: in sectionTypeToString()
146 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {} in TableSection()
220 case wasm::WASM_SEC_TABLE: in mapping()
221 case wasm::WASM_SEC_TABLE: in mapping()
301 case wasm::WASM_SEC_TABLE: in parseSection()1583 case wasm::WASM_SEC_TABLE: in getSectionOrder()
314 case wasm::WASM_SEC_TABLE: in parseSection()1747 case wasm::WASM_SEC_TABLE: in getSectionOrder()
865 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection()