| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCExpr.cpp | 113 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 D | PPCELFObjectWriter.cpp | 84 switch (Fixup.getTargetKind()) { in getRelocType() 163 switch (Fixup.getTargetKind()) { in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEELFObjectWriter.cpp | 48 switch (Fixup.getTargetKind()) { in getRelocType() 80 switch (Fixup.getTargetKind()) { in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcELFObjectWriter.cpp | 55 switch(Fixup.getTargetKind()) { in getRelocType() 71 switch(Fixup.getTargetKind()) { in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 88 switch (Fixup.getTargetKind()) { in adjustFixupValue() 169 switch (Fixup.getTargetKind()) { in shouldForceRelocation()
|
| H A D | LoongArchELFObjectWriter.cpp | 44 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 88 switch (Fixup.getTargetKind()) { in adjustFixupValue() 187 switch (Fixup.getTargetKind()) { in fixupNeedsRelaxationAdvanced() 268 switch (Fixup.getTargetKind()) { in shouldForceRelocation()
|
| H A D | CSKYELFObjectWriter.cpp | 40 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 121 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 D | RISCVELFObjectWriter.cpp | 54 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 82 unsigned Kind = Fixup.getTargetKind(); in GetRelocTypeInner() 88 switch (Fixup.getTargetKind()) { in GetRelocTypeInner()
|
| H A D | ARMMachObjectWriter.cpp | 207 switch (Fixup.getTargetKind()) { in RecordARMScatteredHalfRelocation() 483 switch (Fixup.getTargetKind()) { in recordRelocation()
|
| H A D | ARMAsmBackend.cpp | 248 switch (Fixup.getTargetKind()) { in reasonForFixupRelaxation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFObjectWriter.cpp | 33 switch (Fixup.getTargetKind()) { in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFObjectWriter.cpp | 62 if (Fixup.getTargetKind() != AArch64::fixup_aarch64_movw) in isNonILP32reloc() 111 unsigned Kind = Fixup.getTargetKind(); in getRelocType() 196 switch (Fixup.getTargetKind()) { in getRelocType()
|
| H A D | AArch64AsmBackend.cpp | 154 switch (Fixup.getTargetKind()) { in adjustFixupValue() 438 (!RefKind && Fixup.getTargetKind() == AArch64::fixup_aarch64_movw)) { in applyFixup()
|
| H A D | AArch64MachObjectWriter.cpp | 57 switch (Fixup.getTargetKind()) { in getAArch64FixupKindMachOInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCFixup.h | 100 unsigned getTargetKind() const { return Kind; } in getTargetKind() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUELFObjectWriter.cpp | 82 if (Fixup.getTargetKind() == AMDGPU::fixup_si_sopp_br) { in getRelocType()
|
| H A D | AMDGPUAsmBackend.cpp | 117 switch (Fixup.getTargetKind()) { in adjustFixupValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFObjectWriter.cpp | 40 const unsigned Kind = Fixup.getTargetKind(); in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 208 switch(Fixup.getTargetKind()) { in shouldForceRelocation() 588 switch (Fixup.getTargetKind()) { in fixupNeedsRelaxationAdvanced()
|
| H A D | HexagonELFObjectWriter.cpp | 47 switch (Fixup.getTargetKind()) { in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 279 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 D | MipsELFObjectWriter.cpp | 222 unsigned Kind = Fixup.getTargetKind(); in getRelocType()
|