Searched defs:getThunkSectionSpacing (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp250 uint32_t AArch64::getThunkSectionSpacing() const { function in class:lld::elf::AArch64
H A DARM.cpp301 uint32_t ARM::getThunkSectionSpacing() const { function in class:lld::elf::ARM
H A DPPC.cpp205 uint32_t PPC::getThunkSectionSpacing() const { return 0x2000000; } function in class:lld::elf::PPC
H A DPPC64.cpp932 uint32_t PPC64::getThunkSectionSpacing() const { function in class:lld::elf::PPC64
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h71 virtual uint32_t getThunkSectionSpacing() const { return 0; } function in class:lld::elf::TargetInfo

Completed in 104 milliseconds