Searched refs:BodySize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp136 int64_t BodySize, LocalEntryCount; local
137 if (!nextLEB(BodySize, Bytes, Size, false) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1210 uint32_t BodySize = FunctionEnd - Ctx.Ptr; local
1211 Function.Body = ArrayRef<uint8_t>(Ctx.Ptr, BodySize);
1214 Ctx.Ptr += BodySize;

Completed in 147 milliseconds