Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.cpp235 static unsigned getRelocWidthPadded(const WasmRelocation &rel) { in getRelocWidthPadded() function
292 lastRelocEnd = rel.Offset + getRelocWidthPadded(rel); in calculateSize()
331 lastRelocEnd = secStart + rel.Offset + getRelocWidthPadded(rel); in writeCompressed()