Home
last modified time | relevance | path

Searched refs:GetRelocType (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFELFObjectWriter.cpp25 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
36 unsigned BPFELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in BPFELFObjectWriter
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonELFObjectWriter.cpp30 unsigned GetRelocType(MCValue const &Target, MCFixup const &Fixup,
40 unsigned HexagonELFObjectWriter::GetRelocType(MCValue const &/*Target*/, in GetRelocType() function in HexagonELFObjectWriter
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCObjectWriter.cpp27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
109 unsigned SystemZObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in SystemZObjectWriter
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcELFObjectWriter.cpp32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
37 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in SparcELFObjectWriter
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUELFObjectWriter.cpp23 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, in GetRelocType() function in __anon7c19988d0111::AMDGPUELFObjectWriter
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in ARMELFObjectWriter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
240 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in X86ELFObjectWriter
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in AArch64ELFObjectWriter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in PPCELFObjectWriter
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h70 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp47 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
64 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in MipsELFObjectWriter
/external/llvm/lib/MC/
DELFObjectWriter.cpp162 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, in GetRelocType() function in __anon4ed704dc0111::ELFObjectWriter
164 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel); in GetRelocType()
830 unsigned Type = GetRelocType(Target, Fixup, IsPCRel); in RecordRelocation()