Searched refs:calcNewIndex (Results 1 – 3 of 3) sorted by relevance
121 uint32_t calcNewIndex(const WasmRelocation &reloc) const;
183 writeUleb128(os, file->calcNewIndex(rel), "reloc index"); in writeRelocations()
103 uint32_t ObjFile::calcNewIndex(const WasmRelocation &reloc) const { in calcNewIndex() function in lld::wasm::ObjFile