Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h18 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()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h208 enum WasmSymbolType : unsigned { enum
531 llvm::StringRef toString(WasmSymbolType type);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp281 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp42 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()