HomeSort by relevance Sort by last modified time
    Searched refs:MCFixupKindInfo (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/MC/
MCAsmBackend.cpp 12 #include "llvm/MC/MCFixupKindInfo.h"
20 const MCFixupKindInfo &
22 static const MCFixupKindInfo Builtins[] = {
27 { "FK_PCRel_1", 0, 8, MCFixupKindInfo::FKF_IsPCRel },
28 { "FK_PCRel_2", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
29 { "FK_PCRel_4", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
30 { "FK_PCRel_8", 0, 64, MCFixupKindInfo::FKF_IsPCRel },
MachObjectWriter.cpp 17 #include "llvm/MC/MCFixupKindInfo.h"
62 const MCFixupKindInfo &FKI = Asm.getBackend().getFixupKindInfo(
65 return FKI.Flags & MCFixupKindInfo::FKF_IsPCRel;
    [all...]
MCAsmStreamer.cpp 20 #include "llvm/MC/MCFixupKindInfo.h"
    [all...]
MCAssembler.cpp 21 #include "llvm/MC/MCFixupKindInfo.h"
370 Fixup.getKind()).Flags & MCFixupKindInfo::FKF_IsPCRel;
410 MCFixupKindInfo::FKF_IsAlignedDownTo32Bits;
    [all...]
ELFObjectWriter.cpp 27 #include "llvm/MC/MCFixupKindInfo.h"
343 const MCFixupKindInfo &FKI =
346 return FKI.Flags & MCFixupKindInfo::FKF_IsPCRel;
    [all...]
  /external/llvm/include/llvm/MC/
MCFixupKindInfo.h 1 //===-- llvm/MC/MCFixupKindInfo.h - Fixup Descriptors -----------*- C++ -*-===//
15 /// MCFixupKindInfo - Target independent information on a fixup kind.
16 struct MCFixupKindInfo {
MCAsmBackend.h 22 struct MCFixupKindInfo;
99 virtual const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 21 #include "llvm/MC/MCFixupKindInfo.h"
60 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {
61 const static MCFixupKindInfo Infos[ARM::NumTargetFixupKinds] = {
66 { "fixup_arm_ldst_pcrel_12", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
67 { "fixup_t2_ldst_pcrel_12", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
68 MCFixupKindInfo::FKF_IsAlignedDownTo32Bits},
69 { "fixup_arm_pcrel_10_unscaled", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
70 { "fixup_arm_pcrel_10", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
71 { "fixup_t2_pcrel_10", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
72 MCFixupKindInfo::FKF_IsAlignedDownTo32Bits}
    [all...]
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 14 #include "llvm/MC/MCFixupKindInfo.h"
58 virtual const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const
83 const MCFixupKindInfo &
85 const static MCFixupKindInfo Infos[SystemZ::NumTargetFixupKinds] = {
86 { "FK_390_PC16DBL", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
87 { "FK_390_PC32DBL", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
88 { "FK_390_PLT16DBL", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
89 { "FK_390_PLT32DBL", 0, 32, MCFixupKindInfo::FKF_IsPCRel }
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 20 #include "llvm/MC/MCFixupKindInfo.h"
97 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {
98 const static MCFixupKindInfo Infos[AArch64::NumTargetFixupKinds] = {
103 { "fixup_a64_ld_prel", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
104 { "fixup_a64_adr_prel", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
105 { "fixup_a64_adr_prel_page", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
112 { "fixup_a64_tstbr", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
113 { "fixup_a64_condbr", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
114 { "fixup_a64_uncondbr", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
115 { "fixup_a64_call", 0, 32, MCFixupKindInfo::FKF_IsPCRel }
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 21 #include "llvm/MC/MCFixupKindInfo.h"
151 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {
152 const static MCFixupKindInfo Infos[Mips::NumTargetFixupKinds] = {
167 { "fixup_Mips_PC16", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
180 { "fixup_Mips_Branch_PCRel", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 14 #include "llvm/MC/MCFixupKindInfo.h"
93 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {
94 const static MCFixupKindInfo Infos[PPC::NumTargetFixupKinds] = {
96 { "fixup_ppc_br24", 6, 24, MCFixupKindInfo::FKF_IsPCRel },
97 { "fixup_ppc_brcond14", 16, 14, MCFixupKindInfo::FKF_IsPCRel },
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 16 #include "llvm/MC/MCFixupKindInfo.h"
78 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {
79 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = {
80 { "reloc_riprel_4byte", 0, 4 * 8, MCFixupKindInfo::FKF_IsPCRel },
81 { "reloc_riprel_4byte_movq_load", 0, 4 * 8, MCFixupKindInfo::FKF_IsPCRel},

Completed in 3214 milliseconds