Searched refs:calcExpectedValue (Results 1 – 3 of 3) sorted by relevance
123 uint64_t calcExpectedValue(const WasmRelocation &reloc) const;
112 auto expectedValue = file->calcExpectedValue(rel); in verifyRelocTargets()
139 uint64_t ObjFile::calcExpectedValue(const WasmRelocation &reloc) const { in calcExpectedValue() function in lld::wasm::ObjFile