Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp136 int64_t BodySize, LocalEntryCount; in onSymbolStart() local
137 if (!nextLEB(BodySize, Bytes, Size, false) || in onSymbolStart()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1331 uint32_t BodySize = FunctionEnd - Ctx.Ptr; in parseCodeSection() local
1332 Function.Body = ArrayRef<uint8_t>(Ctx.Ptr, BodySize); in parseCodeSection()
1335 Ctx.Ptr += BodySize; in parseCodeSection()