Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h256 enum WasmRelocType : unsigned { enum
456 WasmRelocType getType() const { return static_cast<WasmRelocType>(Type); } in getType()