Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DICF.cpp242 uint64_t AddA = getAddend<ELFT>(RA[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()
289 SA.isSection() ? X->getOffset(AddA) : X->getOffset(DA->Value) + AddA; in constantEq()