Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp247 static unsigned getRelocWidthPadded(const WasmRelocation &rel) { in getRelocWidthPadded() function
302 lastRelocEnd = rel.Offset + getRelocWidthPadded(rel); in calculateSize()
343 lastRelocEnd = secStart + rel.Offset + getRelocWidthPadded(rel); in writeTo()