Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1605 const uint8_t *FunctionEnd = Ctx.Ptr + Size; in parseCodeSection() local
1610 Function.Size = FunctionEnd - FunctionStart; in parseCodeSection()
1621 uint32_t BodySize = FunctionEnd - Ctx.Ptr; in parseCodeSection()
1631 assert(Ctx.Ptr == FunctionEnd); in parseCodeSection()