Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp80 auto CheckFDPIC = [&](uint32_t Type) { in getRelocType() local
260 return CheckFDPIC(ELF::R_ARM_FUNCDESC); in getRelocType()
262 return CheckFDPIC(ELF::R_ARM_GOTFUNCDESC); in getRelocType()
264 return CheckFDPIC(ELF::R_ARM_GOTOFFFUNCDESC); in getRelocType()
266 return CheckFDPIC(ELF::R_ARM_TLS_GD32_FDPIC); in getRelocType()
268 return CheckFDPIC(ELF::R_ARM_TLS_LDM32_FDPIC); in getRelocType()
270 return CheckFDPIC(ELF::R_ARM_TLS_IE32_FDPIC); in getRelocType()