Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()