| /freebsd-12.1/contrib/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFELFObjectWriter.cpp | 29 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 39 unsigned BPFELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in BPFELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUELFObjectWriter.cpp | 29 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 42 unsigned AMDGPUELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in AMDGPUELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiELFObjectWriter.cpp | 28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 40 unsigned LanaiELFObjectWriter::getRelocType(MCContext & /*Ctx*/, in getRelocType() function in LanaiELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFObjectWriter.cpp | 37 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 46 unsigned ARMWinCOFFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in ARMWinCOFFObjectWriter
|
| H A D | ARMELFObjectWriter.cpp | 39 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 73 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in ARMELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFObjectWriter.cpp | 36 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 47 unsigned RISCVELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in RISCVELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 30 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 41 unsigned X86WinCOFFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in X86WinCOFFObjectWriter
|
| H A D | X86ELFObjectWriter.cpp | 34 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 290 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in X86ELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFObjectWriter.cpp | 36 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 45 unsigned AArch64WinCOFFObjectWriter::getRelocType( in getRelocType() function in AArch64WinCOFFObjectWriter
|
| H A D | AArch64ELFObjectWriter.cpp | 39 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 106 unsigned AArch64ELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in AArch64ELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 38 unsigned getRelocType(const MCValue &Target, 94 unsigned WebAssemblyWasmObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in WebAssemblyWasmObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCObjectWriter.cpp | 33 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 117 unsigned SystemZObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in SystemZObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFObjectWriter.cpp | 30 unsigned getRelocType(MCContext &Ctx, 39 unsigned AVRELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in llvm::AVRELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcELFObjectWriter.cpp | 33 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 42 unsigned SparcELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in SparcELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMachObjectWriter.cpp | 83 static unsigned getRelocType(const MCValue &Target, in getRelocType() function 199 const unsigned Type = getRelocType(Target, FK, IsPCRel); in recordScatteredRelocation() 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation()
|
| H A D | PPCELFObjectWriter.cpp | 29 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 74 unsigned PPCELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in PPCELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCWasmObjectWriter.h | 36 virtual unsigned getRelocType(const MCValue &Target,
|
| H A D | MCWinCOFFObjectWriter.h | 41 virtual unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
|
| H A D | MCELFObjectWriter.h | 87 virtual unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonELFObjectWriter.cpp | 33 unsigned getRelocType(MCContext &Ctx, MCValue const &Target, 43 unsigned HexagonELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in HexagonELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430ELFObjectWriter.cpp | 32 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in __anona9535dd80111::MSP430ELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 64 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 218 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in MipsELFObjectWriter
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 245 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup) const { in getRelocType() function in __anon325f64800111::WasmObjectWriter 246 return TargetObjectWriter->getRelocType(Target, Fixup); in getRelocType() 488 unsigned Type = getRelocType(Target, Fixup); in recordRelocation()
|
| H A D | WinCOFFObjectWriter.cpp | 772 Reloc.Data.Type = TargetObjectWriter->getRelocType( in recordRelocation()
|
| H A D | ELFObjectWriter.cpp | 1474 unsigned Type = TargetObjectWriter->getRelocType(Ctx, Target, Fixup, IsPCRel); in recordRelocation()
|