Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h17 Optional<wasm::WasmSymbolType> Type;
52 Optional<wasm::WasmSymbolType> getType() const { return Type; } in getType()
54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DWasm.cpp11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h351 enum WasmSymbolType : unsigned { enum
432 std::string toString(WasmSymbolType type);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp42 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) << ", Flags=0x" in print()