Searched refs:S_TPREL (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCAsmInfo.h | 78 S_TPREL = 0x007, enumerator 149 S_TPREL_G2 = S_TPREL | S_G2, 150 S_TPREL_G1 = S_TPREL | S_G1, 151 S_TPREL_G1_NC = S_TPREL | S_G1 | S_NC, 152 S_TPREL_G0 = S_TPREL | S_G0, 153 S_TPREL_G0_NC = S_TPREL | S_G0 | S_NC, 154 S_TPREL_HI12 = S_TPREL | S_HI12, 155 S_TPREL_LO12 = S_TPREL | S_PAGEOFF, 156 S_TPREL_LO12_NC = S_TPREL | S_PAGEOFF | S_NC,
|
| H A D | AArch64ELFObjectWriter.cpp | 96 case AArch64::S_TPREL: in getRelocType() 279 if (SymLoc == AArch64::S_TPREL && !IsNC) in getRelocType() 281 if (SymLoc == AArch64::S_TPREL && IsNC) in getRelocType() 294 if (SymLoc == AArch64::S_TPREL && !IsNC) in getRelocType() 296 if (SymLoc == AArch64::S_TPREL && IsNC) in getRelocType() 309 if (SymLoc == AArch64::S_TPREL && !IsNC) in getRelocType() 311 if (SymLoc == AArch64::S_TPREL && IsNC) in getRelocType() 368 if (SymLoc == AArch64::S_TPREL && !IsNC) in getRelocType() 370 if (SymLoc == AArch64::S_TPREL && IsNC) in getRelocType() 404 if (SymLoc == AArch64::S_TPREL && !IsNC) in getRelocType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 79 case PPC::S_TPREL: in getRelocType() 236 case PPC::S_TPREL: in getRelocType() 383 case PPC::S_TPREL: in getRelocType() 445 case PPC::S_TPREL: in getRelocType() 464 case PPC::S_TPREL: in getRelocType()
|
| H A D | PPCMCAsmInfo.h | 116 S_TPREL, // symbol@tprel enumerator
|
| H A D | PPCMCAsmInfo.cpp | 46 {PPC::S_TPREL, "TPREL"},
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 96 RefKind = PPC::S_TPREL; in GetSymbolRef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 217 RefFlags |= AArch64::S_TPREL; in lowerSymbolOperandELF()
|