Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DAArch64ErrataFix.cpp386 uint64_t getLDSTAddr() const;
402 Saver.save("__CortexA53843419_" + utohexstr(getLDSTAddr())), STT_FUNC, 0, in Patch843419Section()
407 uint64_t lld::elf::Patch843419Section::getLDSTAddr() const { in getLDSTAddr() function in lld::elf::Patch843419Section
422 uint64_t S = getLDSTAddr() + 4; in writeTo()
502 if ((*PatchIt)->getLDSTAddr() - OutSecAddr >= PrevISLimit) in insertPatches()