Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h122 int64_t calcNewAddend(const WasmRelocation &reloc) const;
H A DInputChunks.cpp186 writeSleb128(os, file->calcNewAddend(rel), "reloc addend"); in writeRelocations()
H A DInputFiles.cpp114 int64_t ObjFile::calcNewAddend(const WasmRelocation &reloc) const { in calcNewAddend() function in lld::wasm::ObjFile