Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.h76 S_DTPREL = 0x005, enumerator
137 S_DTPREL_G2 = S_DTPREL | S_G2,
138 S_DTPREL_G1 = S_DTPREL | S_G1,
139 S_DTPREL_G1_NC = S_DTPREL | S_G1 | S_NC,
140 S_DTPREL_G0 = S_DTPREL | S_G0,
141 S_DTPREL_G0_NC = S_DTPREL | S_G0 | S_NC,
142 S_DTPREL_HI12 = S_DTPREL | S_HI12,
143 S_DTPREL_LO12 = S_DTPREL | S_PAGEOFF,
144 S_DTPREL_LO12_NC = S_DTPREL | S_PAGEOFF | S_NC,
H A DAArch64ELFObjectWriter.cpp94 case AArch64::S_DTPREL: in getRelocType()
275 if (SymLoc == AArch64::S_DTPREL && !IsNC) in getRelocType()
277 if (SymLoc == AArch64::S_DTPREL && IsNC) in getRelocType()
290 if (SymLoc == AArch64::S_DTPREL && !IsNC) in getRelocType()
292 if (SymLoc == AArch64::S_DTPREL && IsNC) in getRelocType()
305 if (SymLoc == AArch64::S_DTPREL && !IsNC) in getRelocType()
307 if (SymLoc == AArch64::S_DTPREL && IsNC) in getRelocType()
364 if (SymLoc == AArch64::S_DTPREL && !IsNC) in getRelocType()
366 if (SymLoc == AArch64::S_DTPREL && IsNC) in getRelocType()
400 if (SymLoc == AArch64::S_DTPREL && !IsNC) in getRelocType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp47 case PPC::S_DTPREL: in getRelocType()
266 case PPC::S_DTPREL: in getRelocType()
389 case PPC::S_DTPREL: in getRelocType()
442 case PPC::S_DTPREL: in getRelocType()
467 case PPC::S_DTPREL: in getRelocType()
474 case PPC::S_DTPREL: in getRelocType()
H A DPPCMCAsmInfo.h67 S_DTPREL, // symbol@dprel enumerator
H A DPPCMCAsmInfo.cpp23 {PPC::S_DTPREL, "DTPREL"},
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp53 MCSymbolRefExpr::create(Sym, PPC::S_DTPREL, getContext()); in getDebugThreadLocalSymbol()
H A DPPCAsmPrinter.cpp1538 const MCExpr *SymDtprel = symbolWithSpecifier(MOSymbol, PPC::S_DTPREL); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.h52 S_DTPREL, enumerator
H A DMipsMCAsmInfo.cpp80 case Mips::S_DTPREL: in printImpl()
H A DMipsELFObjectWriter.cpp161 case Mips::S_DTPREL: in getRelocType()
H A DMipsMCCodeEmitter.cpp602 case Mips::S_DTPREL: in getExprOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.h76 S_DTPREL, enumerator
H A DX86MCAsmInfo.cpp41 {X86::S_DTPREL, "DTPREL"},
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp192 return MCSpecifierExpr::create(Expr, Mips::S_DTPREL, getContext()); in getDebugThreadLocalSymbol()
H A DMipsAsmPrinter.cpp1253 if (MipsExpr && MipsExpr->getSpecifier() == Mips::S_DTPREL) { in emitDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp220 RefFlags |= AArch64::S_DTPREL; in lowerSymbolOperandELF()