Home
last modified time | relevance | path

Searched refs:getRelocType (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFELFObjectWriter.cpp25 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/
DAMDGPUELFObjectWriter.cpp23 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
37 unsigned AMDGPUELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in AMDGPUELFObjectWriter
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyELFObjectWriter.cpp28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
38 unsigned WebAssemblyELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in WebAssemblyELFObjectWriter
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp31 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
38 unsigned ARMWinCOFFObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in __anonab1c95fb0111::ARMWinCOFFObjectWriter
DARMELFObjectWriter.cpp37 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/
DLanaiELFObjectWriter.cpp28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
41 unsigned LanaiELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in LanaiELFObjectWriter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp30 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
42 unsigned X86WinCOFFObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in X86WinCOFFObjectWriter
DX86ELFObjectWriter.cpp30 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/
DSystemZMCObjectWriter.cpp27 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
109 unsigned SystemZObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in SystemZObjectWriter
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcELFObjectWriter.cpp32 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
41 unsigned SparcELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in SparcELFObjectWriter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp83 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()
DPPCELFObjectWriter.cpp28 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/
DMCWinCOFFObjectWriter.h32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
DMCELFObjectWriter.h81 virtual unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonELFObjectWriter.cpp32 unsigned getRelocType(MCContext &Ctx, MCValue const &Target,
42 unsigned HexagonELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in HexagonELFObjectWriter
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp33 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
47 unsigned AArch64ELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in AArch64ELFObjectWriter
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp58 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
215 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType() function in MipsELFObjectWriter
/external/llvm/lib/MC/
DELFObjectWriter.cpp131 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()
DWinCOFFObjectWriter.cpp746 Reloc.Data.Type = TargetObjectWriter->getRelocType( in recordRelocation()