Home
last modified time | relevance | path

Searched refs:WasmSymbolType (Results 1 – 7 of 7) 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.h219 enum WasmSymbolType : unsigned { enum
553 LLVM_ABI llvm::StringRef toString(WasmSymbolType type);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h84 wasm::WasmSymbolType Type, const wasm::WasmSignature *&Sig);
H A DWebAssemblyAsmTypeCheck.cpp300 wasm::WasmSymbolType Type, in getSignature()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp285 std::optional<wasm::WasmSymbolType> WasmTy = Sym->getType(); in emitSymbolType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp39 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()