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.cpp373 class elf::Patch843419Section final : public SyntheticSection { class in elf
375 Patch843419Section(InputSection *p, uint64_t off);
395 Patch843419Section::Patch843419Section(InputSection *p, uint64_t off) in Patch843419Section() function in Patch843419Section
406 uint64_t Patch843419Section::getLDSTAddr() const { in getLDSTAddr()
410 void Patch843419Section::writeTo(uint8_t *buf) { in writeTo()
483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches()
520 return isa<Patch843419Section>(a) && !isa<Patch843419Section>(b); in insertPatches()
533 std::vector<Patch843419Section *> &patches) { in implementPatch()
558 auto *ps = make<Patch843419Section>(isec, patcheeOffset); in implementPatch()
575 std::vector<Patch843419Section *>
[all …]
H A DAArch64ErrataFix.h21 class Patch843419Section; variable
29 std::vector<Patch843419Section *>
33 std::vector<Patch843419Section *> &patches);