Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp281 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType() local
282 if (!WasmTy) in emitSymbolType()
285 switch (*WasmTy) { in emitSymbolType()