Searched refs:calcNewValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/wasm/ |
D | InputChunks.cpp | 141 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()
|
D | InputFiles.h | 121 uint64_t calcNewValue(const WasmRelocation &reloc, uint64_t tombstone) const;
|
D | InputFiles.cpp | 200 uint64_t ObjFile::calcNewValue(const WasmRelocation &reloc, uint64_t tombstone) const { in calcNewValue() function in lld::wasm::ObjFile
|