/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFELFObjectWriter.cpp | 25 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 36 unsigned BPFELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in BPFELFObjectWriter
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUELFObjectWriter.cpp | 23 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 37 unsigned AMDGPUELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in AMDGPUELFObjectWriter
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyELFObjectWriter.cpp | 28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 38 unsigned WebAssemblyELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in WebAssemblyELFObjectWriter
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 31 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup, 38 unsigned ARMWinCOFFObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in __anonab1c95fb0111::ARMWinCOFFObjectWriter
|
D | ARMELFObjectWriter.cpp | 37 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 70 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in ARMELFObjectWriter
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiELFObjectWriter.cpp | 28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 41 unsigned LanaiELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in LanaiELFObjectWriter
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 30 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup, 42 unsigned X86WinCOFFObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in X86WinCOFFObjectWriter
|
D | X86ELFObjectWriter.cpp | 30 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 283 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in X86ELFObjectWriter
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 27 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 109 unsigned SystemZObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in SystemZObjectWriter
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcELFObjectWriter.cpp | 32 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 41 unsigned SparcELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in SparcELFObjectWriter
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
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()
|
D | PPCELFObjectWriter.cpp | 28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 69 unsigned PPCELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in PPCELFObjectWriter
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
|
D | MCELFObjectWriter.h | 81 virtual unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonELFObjectWriter.cpp | 32 unsigned getRelocType(MCContext &Ctx, MCValue const &Target, 42 unsigned HexagonELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in HexagonELFObjectWriter
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFObjectWriter.cpp | 33 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 47 unsigned AArch64ELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in AArch64ELFObjectWriter
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 58 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 215 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in MipsELFObjectWriter
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 131 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() function in __anon3fec7fdb0111::ELFObjectWriter 133 return TargetObjectWriter->getRelocType(Ctx, Target, Fixup, IsPCRel); in getRelocType() 688 unsigned Type = getRelocType(Ctx, Target, Fixup, IsPCRel); in recordRelocation()
|
D | WinCOFFObjectWriter.cpp | 746 Reloc.Data.Type = TargetObjectWriter->getRelocType( in recordRelocation()
|