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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp489 uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing();
506 patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing();
H A DTarget.h71 virtual uint32_t getThunkSectionSpacing() const { return 0; } function in class:lld::elf::TargetInfo
H A DRelocations.cpp1764 uint32_t thunkSectionSpacing = target->getThunkSectionSpacing();
1829 if (os->size > target->getThunkSectionSpacing() && isdSize > 4096)
1935 if (pass == 0 && target->getThunkSectionSpacing())
H A DWriter.cpp1408 if (target->getThunkSectionSpacing() && !orderedSections.empty()) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp44 uint32_t getThunkSectionSpacing() const override;
209 uint32_t PPC::getThunkSectionSpacing() const { return 0x2000000; } function in class:PPC
H A DAArch64.cpp44 uint32_t getThunkSectionSpacing() const override;
255 uint32_t AArch64::getThunkSectionSpacing() const { function in class:AArch64
257 // getThunkSectionSpacing(). For AArch64 the only branches we are permitted to
H A DARM.cpp43 uint32_t getThunkSectionSpacing() const override;
318 uint32_t ARM::getThunkSectionSpacing() const { function in class:ARM
320 // thunkSectionSpacing returned by getThunkSectionSpacing(). The aim is to
H A DPPC64.cpp292 uint32_t getThunkSectionSpacing() const override;
1075 uint32_t PPC64::getThunkSectionSpacing() const { function in class:PPC64
1077 // getThunkSectionSpacing(). For PPC64 we pick the constant here based on

Completed in 180 milliseconds