Searched refs:FKF_IsPCRel (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCAsmBackend.cpp27 { "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 },
H A DMachObjectWriter.cpp64 return FKI.Flags & MCFixupKindInfo::FKF_IsPCRel;
H A DMCAssembler.cpp364 Fixup.getKind()).Flags & MCFixupKindInfo::FKF_IsPCRel;
H A DELFObjectWriter.cpp343 return FKI.Flags & MCFixupKindInfo::FKF_IsPCRel;
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h20 FKF_IsPCRel = (1 << 0), enumerator in enum:llvm::MCFixupKindInfo::FixupKindFlags
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp66 { "fixup_arm_ldst_pcrel_12", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
67 { "fixup_t2_ldst_pcrel_12", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
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 |
73 { "fixup_thumb_adr_pcrel_10",0, 8, MCFixupKindInfo::FKF_IsPCRel |
75 { "fixup_arm_adr_pcrel_12", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
76 { "fixup_t2_adr_pcrel_12", 0, 32, MCFixupKindInfo::FKF_IsPCRel |
78 { "fixup_arm_condbranch", 0, 24, MCFixupKindInfo::FKF_IsPCRel },
79 { "fixup_arm_uncondbranch", 0, 24, MCFixupKindInfo::FKF_IsPCRel },
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp104 { "fixup_sparc_call30", 2, 30, MCFixupKindInfo::FKF_IsPCRel },
105 { "fixup_sparc_br22", 10, 22, MCFixupKindInfo::FKF_IsPCRel },
106 { "fixup_sparc_br19", 13, 19, MCFixupKindInfo::FKF_IsPCRel },
114 { "fixup_sparc_pc22", 10, 22, MCFixupKindInfo::FKF_IsPCRel },
115 { "fixup_sparc_pc10", 22, 10, MCFixupKindInfo::FKF_IsPCRel },
118 { "fixup_sparc_wplt30", 2, 30, MCFixupKindInfo::FKF_IsPCRel },
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp83 { "FK_390_PC16DBL", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
84 { "FK_390_PC32DBL", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
85 { "FK_390_PLT16DBL", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
86 { "FK_390_PLT32DBL", 0, 32, MCFixupKindInfo::FKF_IsPCRel }
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp103 { "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 },
126 { "fixup_a64_adr_prel_got_page", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
146 { "fixup_a64_adr_gottprel_page", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
148 { "fixup_a64_ld_gottprel_prel19", 0, 32, MCFixupKindInfo::FKF_IsPCRel },
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp179 { "fixup_Mips_PC16", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
192 { "fixup_Mips_Branch_PCRel", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
208 { "fixup_MICROMIPS_PC16_S1", 0, 16, MCFixupKindInfo::FKF_IsPCRel },
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp83 { "fixup_ppc_br24", 6, 24, MCFixupKindInfo::FKF_IsPCRel },
84 { "fixup_ppc_brcond14", 16, 14, MCFixupKindInfo::FKF_IsPCRel },
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp88 { "reloc_riprel_4byte", 0, 4 * 8, MCFixupKindInfo::FKF_IsPCRel },
89 { "reloc_riprel_4byte_movq_load", 0, 4 * 8, MCFixupKindInfo::FKF_IsPCRel},

Completed in 279 milliseconds