Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.h122 uint64_t calcNewAddend(const WasmRelocation &reloc) const;
DInputChunks.cpp207 writeSleb128(os, file->calcNewAddend(rel), "reloc addend"); in writeRelocations()
DInputFiles.cpp116 uint64_t ObjFile::calcNewAddend(const WasmRelocation &reloc) const { in calcNewAddend() function in lld::wasm::ObjFile