Searched refs:WasmSymbolType (Results 1 – 7 of 7) sorted by relevance
18 std::optional<wasm::WasmSymbolType> Type;52 std::optional<wasm::WasmSymbolType> getType() const { return Type; } in getType()54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
219 enum WasmSymbolType : unsigned { enum553 LLVM_ABI llvm::StringRef toString(WasmSymbolType type);
84 wasm::WasmSymbolType Type, const wasm::WasmSignature *&Sig);
300 wasm::WasmSymbolType Type, in getSignature()
285 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType()
39 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()