Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp381 uint64_t getLDSTAddr() const;
401 saver().save("__CortexA53843419_" + utohexstr(getLDSTAddr())), STT_FUNC, in Patch843419Section()
406 uint64_t Patch843419Section::getLDSTAddr() const { in getLDSTAddr() function in Patch843419Section
419 uint64_t s = getLDSTAddr() + 4; in writeTo()
498 if ((*patchIt)->getLDSTAddr() - outSecAddr >= prevIsecLimit) in insertPatches()