Home
last modified time | relevance | path

Searched refs:S_PLT (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCAsmInfo.cpp23 {CSKY::S_PLT, "PLT"}, {CSKY::S_TLSGD, "TLSGD"},
62 case S_PLT: in getVariantKindName()
H A DCSKYELFObjectWriter.cpp103 if (TK == CSKY::S_PLT) in getRelocType()
131 case CSKY::S_PLT: in getRelocType()
169 case CSKY::S_PLT: in needsRelocateWithSymbol()
H A DCSKYMCAsmInfo.h44 S_PLT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp88 Specifier = X86::S_PLT; in getType64()
212 case X86::S_PLT: in getRelocType64()
306 case X86::S_PLT: in getRelocType32()
391 case X86::S_PLT: in needsRelocateWithSymbol()
H A DX86MCAsmInfo.h88 S_PLT, enumerator
H A DX86MCAsmInfo.cpp54 {X86::S_PLT, "PLT"},
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp189 case SystemZ::S_PLT: in getRelocType()
213 case SystemZ::S_PLT: in needsRelocateWithSymbol()
H A DSystemZMCAsmInfo.h45 S_PLT, enumerator
H A DSystemZMCAsmInfo.cpp19 {SystemZ::S_NTPOFF, "NTPOFF"}, {SystemZ::S_PLT, "PLT"},
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCAsmInfo.h36 S_PLT, enumerator
H A DM68kMCAsmInfo.cpp23 {M68k::S_GOTTPOFF, "GOTTPOFF"}, {M68k::S_PLT, "PLT"},
H A DM68kELFObjectWriter.cpp165 case M68k::S_PLT: in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp84 SystemZ::S_PLT, Context); in getTLSGetOffset()
327 SystemZ::S_PLT))); in emitInstruction()
386 .addExpr(Lower.getExpr(MI->getOperand(0), SystemZ::S_PLT)); in emitInstruction()
397 .addExpr(Lower.getExpr(MI->getOperand(0), SystemZ::S_PLT)); in emitInstruction()
404 .addExpr(Lower.getExpr(MI->getOperand(2), SystemZ::S_PLT)); in emitInstruction()
799 MCSymbolRefExpr::create(fentry, SystemZ::S_PLT, Ctx); in LowerFENTRY_CALL()
881 const MCExpr *Expr = Lower.getExpr(CalleeMO, SystemZ::S_PLT); in LowerPATCHPOINT()
927 FuncEntry, SystemZ::S_PLT, OutContext))); in LowerPATCHABLE_FUNCTION_ENTER()
969 FuncExit, SystemZ::S_PLT, OutContext))); in LowerPATCHABLE_RET()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.h106 S_PLT, // symbol@plt enumerator
H A DPPCMCAsmInfo.cpp38 {PPC::S_PLT, "PLT"},
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp57 PLTRelativeSpecifier = X86::S_PLT; in X86ELFTargetObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.h120 S_PLT, enumerator
H A DARMMCAsmInfo.cpp36 {ARM::S_PLT, "PLT"},
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMCInstLower.cpp58 Spec = CSKY::S_PLT; in lowerSymbolOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp98 RefKind = M68k::S_PLT; in LowerSymbolOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp119 return Target.getSpecifier() == AArch64::S_PLT ? R_CLS(PLT32) in getRelocType()
496 return is_contained({AArch64::S_GOTPCREL, AArch64::S_PLT}, in needsRelocateWithSymbol()
H A DAArch64MCAsmInfo.h165 S_PLT = 0x400, enumerator
H A DAArch64MCAsmInfo.cpp42 {AArch64::S_PLT, "PLT"},
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp28 PLTRelativeSpecifier = AArch64::S_PLT; in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp90 RefKind = PPC::S_PLT; in GetSymbolRef()

12