Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp113 bool IsHalf16 = Fixup && Fixup->getTargetKind() == PPC::fixup_ppc_half16; in evaluateAsRelocatableImpl()
115 Fixup && Fixup->getTargetKind() == PPC::fixup_ppc_half16ds; in evaluateAsRelocatableImpl()
117 Fixup && Fixup->getTargetKind() == PPC::fixup_ppc_half16dq; in evaluateAsRelocatableImpl()
H A DPPCELFObjectWriter.cpp84 switch (Fixup.getTargetKind()) { in getRelocType()
163 switch (Fixup.getTargetKind()) { in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp48 switch (Fixup.getTargetKind()) { in getRelocType()
80 switch (Fixup.getTargetKind()) { in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp55 switch(Fixup.getTargetKind()) { in getRelocType()
71 switch(Fixup.getTargetKind()) { in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp88 switch (Fixup.getTargetKind()) { in adjustFixupValue()
169 switch (Fixup.getTargetKind()) { in shouldForceRelocation()
H A DLoongArchELFObjectWriter.cpp44 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp88 switch (Fixup.getTargetKind()) { in adjustFixupValue()
187 switch (Fixup.getTargetKind()) { in fixupNeedsRelaxationAdvanced()
268 switch (Fixup.getTargetKind()) { in shouldForceRelocation()
H A DCSKYELFObjectWriter.cpp40 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp121 switch (Fixup.getTargetKind()) { in shouldForceRelocation()
154 switch (Fixup.getTargetKind()) { in fixupNeedsRelaxationAdvanced()
366 switch (Fixup.getTargetKind()) { in adjustFixupValue()
485 switch (Fixup.getTargetKind()) { in evaluateTargetFixup()
H A DRISCVELFObjectWriter.cpp54 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp82 unsigned Kind = Fixup.getTargetKind(); in GetRelocTypeInner()
88 switch (Fixup.getTargetKind()) { in GetRelocTypeInner()
H A DARMMachObjectWriter.cpp207 switch (Fixup.getTargetKind()) { in RecordARMScatteredHalfRelocation()
483 switch (Fixup.getTargetKind()) { in recordRelocation()
H A DARMAsmBackend.cpp248 switch (Fixup.getTargetKind()) { in reasonForFixupRelaxation()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFObjectWriter.cpp33 switch (Fixup.getTargetKind()) { in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp62 if (Fixup.getTargetKind() != AArch64::fixup_aarch64_movw) in isNonILP32reloc()
111 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
196 switch (Fixup.getTargetKind()) { in getRelocType()
H A DAArch64AsmBackend.cpp154 switch (Fixup.getTargetKind()) { in adjustFixupValue()
438 (!RefKind && Fixup.getTargetKind() == AArch64::fixup_aarch64_movw)) { in applyFixup()
H A DAArch64MachObjectWriter.cpp57 switch (Fixup.getTargetKind()) { in getAArch64FixupKindMachOInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFixup.h100 unsigned getTargetKind() const { return Kind; } in getTargetKind() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp82 if (Fixup.getTargetKind() == AMDGPU::fixup_si_sopp_br) { in getRelocType()
H A DAMDGPUAsmBackend.cpp117 switch (Fixup.getTargetKind()) { in adjustFixupValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRELFObjectWriter.cpp40 const unsigned Kind = Fixup.getTargetKind(); in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp208 switch(Fixup.getTargetKind()) { in shouldForceRelocation()
588 switch (Fixup.getTargetKind()) { in fixupNeedsRelaxationAdvanced()
H A DHexagonELFObjectWriter.cpp47 switch (Fixup.getTargetKind()) { in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp279 if (Fixup.getTargetKind() == X86::reloc_riprel_4byte_movq_load) in RecordX86_64Relocation()
342 if (Fixup.getTargetKind() == X86::reloc_signed_4byte) { in RecordX86_64Relocation()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp222 unsigned Kind = Fixup.getTargetKind(); in getRelocType()