Searched defs:getThunkSectionSpacing (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lld/ELF/Arch/ | ||
H A D | PPC.cpp | 209 uint32_t PPC::getThunkSectionSpacing() const { return 0x2000000; } getThunkSectionSpacing() function in PPC |
H A D | AArch64.cpp | 339 uint32_t AArch64::getThunkSectionSpacing() const { getThunkSectionSpacing() function in AArch64 |
H A D | ARM.cpp | 422 uint32_t ARM::getThunkSectionSpacing() const { getThunkSectionSpacing() function in ARM |
H A D | PPC64.cpp | 1458 uint32_t PPC64::getThunkSectionSpacing() const { getThunkSectionSpacing() function in PPC64 |
/llvm-project/lld/ELF/ | ||
H A D | Target.h | 75 virtual uint32_t getThunkSectionSpacing() const { return 0; } getThunkSectionSpacing() function |