Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h17 std::optional<wasm::WasmSymbolType> Type;
51 std::optional<wasm::WasmSymbolType> getType() const { return Type; } in getType()
53 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h176 enum WasmSymbolType : unsigned { enum
476 llvm::StringRef toString(WasmSymbolType type);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp277 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp40 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()