Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp289 uint32_t functionSizeLength; in calculateSize() local
290 decodeULEB128(funcStart, &functionSizeLength); in calculateSize()
297 uint32_t lastRelocEnd = start + functionSizeLength; in calculateSize()