Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DICF.cpp243 uint64_t AddB = getAddend<ELFT>(RB[I]); in constantEq() local
248 if (AddA == AddB) in constantEq()
263 if (!DA->Section && !DB->Section && DA->Value + AddA == DB->Value + AddB) in constantEq()
274 if (DA->Value + AddA == DB->Value + AddB) in constantEq()
291 SB.isSection() ? Y->getOffset(AddB) : Y->getOffset(DB->Value) + AddB; in constantEq()