Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h294 assert(compressedSize); in getCompressedSize()
295 return compressedSize; in getCompressedSize()
305 uint32_t compressedSize = 0; variable
H A DInputChunks.cpp300 compressedSize = compressedFuncSize + encodeULEB128(compressedFuncSize, buf); in calculateSize()
303 LLVM_DEBUG(dbgs() << " calculateSize new: " << compressedSize << "\n"); in calculateSize()