Home
last modified time | relevance | path

Searched refs:WasmTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp275 Optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType() local
276 if (!WasmTy) in emitSymbolType()
279 switch (*WasmTy) { in emitSymbolType()