Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp138 int64_t BodySize, LocalEntryCount; in onSymbolStart() local
139 if (!nextLEB(BodySize, Bytes, Size, false) || in onSymbolStart()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1487 uint32_t BodySize = FunctionEnd - Ctx.Ptr; in parseCodeSection() local
1489 if (Ctx.Ptr + BodySize > Ctx.End) { in parseCodeSection()
1493 Function.Body = ArrayRef<uint8_t>(Ctx.Ptr, BodySize); in parseCodeSection()
1496 Ctx.Ptr += BodySize; in parseCodeSection()