Searched refs:WasmTableType (Results 1 – 5 of 5) sorted by relevance
70 struct WasmTableType { struct77 WasmTableType Type; argument123 WasmTableType Table;
60 void writeTableType(raw_ostream &os, const llvm::wasm::WasmTableType &type);
206 void writeTableType(raw_ostream &os, const WasmTableType &type) { in writeTableType()
226 writeTableType(os, WasmTableType{WASM_TYPE_FUNCREF, limits}); in writeBody()
217 static wasm::WasmTableType readTableType(WasmObjectFile::ReadContext &Ctx) { in readTableType()218 wasm::WasmTableType TableType; in readTableType()