Lines Matching defs:TOut
774 auto &TOut =
811 TOut.emitGlobalType(WasmSym);
845 TOut.emitTableType(WasmSym);
885 TOut.emitFunctionType(WasmSym);
886 // TODO: backend also calls TOut.emitIndIdx, but that is not implemented.
901 TOut.emitExportName(WasmSym, ExportName);
916 TOut.emitImportModule(WasmSym, ImportModule);
931 TOut.emitImportName(WasmSym, ImportName);
945 TOut.emitTagType(WasmSym);
946 // TODO: backend also calls TOut.emitIndIdx, but that is not implemented.
958 TOut.emitLocal(Locals);
998 auto &TOut = reinterpret_cast<WebAssemblyTargetStreamer &>(
1000 TOut.emitLocal(SmallVector<wasm::ValType, 0>());