Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp141 auto value = file->calcNewValue(rel, tombstone); in writeTo()
301 compressedFuncSize += getRelocWidth(rel, file->calcNewValue(rel, tombstone)); in calculateSize()
342 buf += writeCompressedReloc(buf, rel, file->calcNewValue(rel, tombstone)); in writeTo()
413 writeSleb128(os, file->calcNewValue(rel, tombstone), "offset"); in generateRelocationCode()
DInputFiles.h121 uint64_t calcNewValue(const WasmRelocation &reloc, uint64_t tombstone) const;
DInputFiles.cpp200 uint64_t ObjFile::calcNewValue(const WasmRelocation &reloc, uint64_t tombstone) const { in calcNewValue() function in lld::wasm::ObjFile