Searched refs:WasmSymbolType (Results 1 – 5 of 5) sorted by relevance
17 std::optional<wasm::WasmSymbolType> Type;51 std::optional<wasm::WasmSymbolType> getType() const { return Type; } in getType()53 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
176 enum WasmSymbolType : unsigned { enum476 llvm::StringRef toString(WasmSymbolType type);
277 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType()
40 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()