Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h300 struct WasmInitExpr { struct
315 WasmInitExpr InitExpr; argument
361 WasmInitExpr Offset;
374 WasmInitExpr Offset;
/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h51 struct WasmInitExpr;
92 using llvm::wasm::WasmInitExpr;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp176 static Error readInitExpr(wasm::WasmInitExpr &Expr, in readInitExpr()