Searched refs:getThunkSectionSpacing (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp490 uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing();
507 patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing();
H A DTarget.h71 virtual uint32_t getThunkSectionSpacing() const { return 0; } function in class:lld::elf::TargetInfo
H A DRelocations.cpp1729 uint32_t thunkSectionSpacing = target->getThunkSectionSpacing();
1794 if (os->size > target->getThunkSectionSpacing() && isdSize > 4096)
1900 if (pass == 0 && target->getThunkSectionSpacing())
H A DWriter.cpp1312 if (target->getThunkSectionSpacing() && !orderedSections.empty()) {
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp45 uint32_t getThunkSectionSpacing() const override;
205 uint32_t PPC::getThunkSectionSpacing() const { return 0x2000000; } function in class:lld::elf::PPC
H A DAArch64.cpp45 uint32_t getThunkSectionSpacing() const override;
250 uint32_t AArch64::getThunkSectionSpacing() const { function in class:lld::elf::AArch64
252 // getThunkSectionSpacing(). For AArch64 the only branches we are permitted to
H A DARM.cpp44 uint32_t getThunkSectionSpacing() const override;
301 uint32_t ARM::getThunkSectionSpacing() const { function in class:lld::elf::ARM
303 // thunkSectionSpacing returned by getThunkSectionSpacing(). The aim is to
H A DPPC64.cpp213 uint32_t getThunkSectionSpacing() const override;
932 uint32_t PPC64::getThunkSectionSpacing() const { function in class:lld::elf::PPC64
934 // getThunkSectionSpacing(). For PPC64 we pick the constant here based on

Completed in 204 milliseconds