Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/wasm/
DInputFiles.h124 int64_t calcNewAddend(const WasmRelocation &reloc) const;
DInputChunks.cpp186 writeSleb128(os, file->calcNewAddend(rel), "reloc addend"); in writeRelocations()
DInputFiles.cpp116 int64_t ObjFile::calcNewAddend(const WasmRelocation &reloc) const { in calcNewAddend() function in lld::wasm::ObjFile