Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h142 struct WasmLocalDecl { struct
150 std::vector<WasmLocalDecl> Locals; argument
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1425 wasm::WasmLocalDecl Decl; in parseCodeSection()