Home
last modified time | relevance | path

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

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