Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp485 prevIsecLimit + ctx.target->getThunkSectionSpacing(); in insertPatches()
502 patchUpperBound = prevIsecLimit + ctx.target->getThunkSectionSpacing(); in insertPatches()
H A DTarget.h76 virtual uint32_t getThunkSectionSpacing() const { return 0; } in getThunkSectionSpacing() function
H A DRelocations.cpp2264 uint32_t thunkSectionSpacing = ctx.target->getThunkSectionSpacing(); in createInitialThunkSections()
2328 if (os->size > ctx.target->getThunkSectionSpacing() && isdSize > 4096) in addThunkSection()
2459 if (pass == 0 && ctx.target->getThunkSectionSpacing()) in createThunks()
H A DWriter.cpp1215 ctx.target->getThunkSectionSpacing() && in sortISDBySectionOrder()
1216 totalSize >= ctx.target->getThunkSectionSpacing()) { in sortISDBySectionOrder()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp46 uint32_t getThunkSectionSpacing() const override;
213 uint32_t PPC::getThunkSectionSpacing() const { return 0x2000000; } in getThunkSectionSpacing() function in PPC
H A DAArch64.cpp79 uint32_t getThunkSectionSpacing() const override;
437 uint32_t AArch64::getThunkSectionSpacing() const { in getThunkSectionSpacing() function in AArch64
H A DPPC64.cpp187 uint32_t getThunkSectionSpacing() const override;
1459 uint32_t PPC64::getThunkSectionSpacing() const { in getThunkSectionSpacing() function in PPC64
H A DARM.cpp46 uint32_t getThunkSectionSpacing() const override;
431 uint32_t ARM::getThunkSectionSpacing() const { in getThunkSectionSpacing() function in ARM