Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.h78 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 DAArch64ELFObjectWriter.cpp96 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 DPPCELFObjectWriter.cpp79 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 DPPCMCAsmInfo.h116 S_TPREL, // symbol@tprel enumerator
H A DPPCMCAsmInfo.cpp46 {PPC::S_TPREL, "TPREL"},
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp96 RefKind = PPC::S_TPREL; in GetSymbolRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp217 RefFlags |= AArch64::S_TPREL; in lowerSymbolOperandELF()