Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp371 class elf::Patch843419Section final : public SyntheticSection { class in elf
373 Patch843419Section(Ctx &, InputSection *p, uint64_t off);
393 Patch843419Section::Patch843419Section(Ctx &ctx, InputSection *p, uint64_t off) in Patch843419Section() function in Patch843419Section
404 uint64_t Patch843419Section::getLDSTAddr() const { in getLDSTAddr()
408 void Patch843419Section::writeTo(uint8_t *buf) { in writeTo()
481 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches()
519 return isa<Patch843419Section>(a) && !isa<Patch843419Section>(b); in insertPatches()
532 std::vector<Patch843419Section *> &patches) { in implementPatch()
557 auto *ps = make<Patch843419Section>(ctx, isec, patcheeOffset); in implementPatch()
574 std::vector<Patch843419Section *>
[all …]
H A DAArch64ErrataFix.h21 class Patch843419Section; variable
30 std::vector<Patch843419Section *>
34 std::vector<Patch843419Section *> &patches);