Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp139 int64_t BodySize, LocalEntryCount; in onSymbolStart() local
140 if (!nextLEB(BodySize, Bytes, Size, false) || in onSymbolStart()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1621 uint32_t BodySize = FunctionEnd - Ctx.Ptr; in parseCodeSection() local
1623 if (Ctx.Ptr + BodySize > Ctx.End) { in parseCodeSection()
1627 Function.Body = ArrayRef<uint8_t>(Ctx.Ptr, BodySize); in parseCodeSection()
1630 Ctx.Ptr += BodySize; in parseCodeSection()