Home
last modified time | relevance | path

Searched refs:WasmSymbolType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbolWasm.h18 wasm::WasmSymbolType Type = wasm::WASM_SYMBOL_TYPE_DATA;
47 wasm::WasmSymbolType getType() const { return Type; } in getType()
48 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DWasm.cpp12 std::string llvm::wasm::toString(wasm::WasmSymbolType type) { in toString()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h266 enum WasmSymbolType : unsigned { enum
338 std::string toString(wasm::WasmSymbolType type);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp41 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) in print()