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.cpp71 class elf::Patch657417Section final : public SyntheticSection { class in elf
73 Patch657417Section(InputSection *p, uint64_t off, uint32_t instr, bool isARM);
136 Patch657417Section::Patch657417Section(InputSection *p, uint64_t off, in Patch657417Section() function in Patch657417Section
148 uint64_t Patch657417Section::getBranchAddr() const { in getBranchAddr()
177 void Patch657417Section::writeTo(uint8_t *buf) { in writeTo()
364 InputSectionDescription &isd, std::vector<Patch657417Section *> &patches) { in insertPatches()
401 return isa<Patch657417Section>(a) && !isa<Patch657417Section>(b); in insertPatches()
414 std::vector<Patch657417Section *> &patches) { in implementPatch()
418 Patch657417Section *psec; in implementPatch()
447 psec = make<Patch657417Section>(isec, sr.off, sr.instr, destIsARM); in implementPatch()
[all …]
H A DARMErrataFix.h21 class Patch657417Section; variable
29 std::vector<Patch657417Section *>
33 std::vector<Patch657417Section *> &patches);