Searched refs:WasmSymbolType (Results 1 – 4 of 4) sorted by relevance
17 Optional<wasm::WasmSymbolType> Type;52 Optional<wasm::WasmSymbolType> getType() const { return Type; } in getType()54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
351 enum WasmSymbolType : unsigned { enum432 std::string toString(WasmSymbolType type);
42 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()