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