Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp69 class elf::Patch657417Section final : public SyntheticSection { class in elf
71 Patch657417Section(Ctx &, InputSection *p, uint64_t off, uint32_t instr,
135 Patch657417Section::Patch657417Section(Ctx &ctx, InputSection *p, uint64_t off, in Patch657417Section() function in Patch657417Section
148 uint64_t Patch657417Section::getBranchAddr() const { in getBranchAddr()
178 void Patch657417Section::writeTo(uint8_t *buf) { in writeTo()
369 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) { in insertPatches()
406 return isa<Patch657417Section>(a) && !isa<Patch657417Section>(b); in insertPatches()
419 std::vector<Patch657417Section *> &patches) { in implementPatch()
423 Patch657417Section *psec; in implementPatch()
453 psec = make<Patch657417Section>(ctx, isec, sr.off, sr.instr, destIsARM); in implementPatch()
[all …]
H A DARMErrataFix.h21 class Patch657417Section; variable
30 std::vector<Patch657417Section *>
34 std::vector<Patch657417Section *> &patches);