Searched refs:WasmSymbolType (Results 1 – 4 of 4) sorted by relevance
18 wasm::WasmSymbolType Type = wasm::WASM_SYMBOL_TYPE_DATA;49 wasm::WasmSymbolType getType() const { return Type; } in getType()50 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
252 enum WasmSymbolType : unsigned { enum294 std::string toString(wasm::WasmSymbolType type);
12 std::string llvm::wasm::toString(wasm::WasmSymbolType type) { in toString()
40 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) in print()