Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.cpp278 uint32_t functionSizeLength; in calculateSize() local
279 decodeULEB128(funcStart, &functionSizeLength); in calculateSize()
286 uint32_t lastRelocEnd = start + functionSizeLength; in calculateSize()