Searched refs:WasmSymbolType (Results 1 – 9 of 9) 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()
382 enum WasmSymbolType : unsigned { enum474 llvm::StringRef toString(WasmSymbolType type);
32 using llvm::wasm::WasmSymbolType;116 WasmSymbolType getWasmType() const;
103 WasmSymbolType Symbol::getWasmType() const { in getWasmType()
140 llvm::wasm::WasmSymbolType type) { in reportTypeError()
625 WasmSymbolType kind = sym->getWasmType(); in writeBody()
275 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType()
40 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()