Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DAArch64ErrataFix.cpp373 class elf::Patch843419Section : 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()
484 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches()
521 return isa<Patch843419Section>(a) && !isa<Patch843419Section>(b); in insertPatches()
534 std::vector<Patch843419Section *> &patches) { in implementPatch()
559 auto *ps = make<Patch843419Section>(isec, patcheeOffset); in implementPatch()
577 std::vector<Patch843419Section *>
[all …]
DAArch64ErrataFix.h23 class Patch843419Section; variable
31 std::vector<Patch843419Section *>
35 std::vector<Patch843419Section *> &patches);