Lines Matching defs:TOut
912 auto &TOut =
949 TOut.emitGlobalType(WasmSym);
983 TOut.emitTableType(WasmSym);
1024 TOut.emitFunctionType(WasmSym);
1025 // TODO: backend also calls TOut.emitIndIdx, but that is not implemented.
1040 TOut.emitExportName(WasmSym, ExportName);
1055 TOut.emitImportModule(WasmSym, ImportModule);
1070 TOut.emitImportName(WasmSym, ImportName);
1084 TOut.emitTagType(WasmSym);
1085 // TODO: backend also calls TOut.emitIndIdx, but that is not implemented.
1097 TOut.emitLocal(Locals);
1137 auto &TOut = reinterpret_cast<WebAssemblyTargetStreamer &>(
1139 TOut.emitLocal(SmallVector<wasm::ValType, 0>());