Searched refs:GetRelocType (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp22 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
82 unsigned SystemZObjectWriter::GetRelocType(const MCValue &Target, function in class:SystemZObjectWriter
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
68 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, function in class:ARMELFObjectWriter
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
36 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target, function in class:SparcELFObjectWriter
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h54 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target, function in class:AArch64ELFObjectWriter
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
45 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target, function in class:MipsELFObjectWriter
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target, function in class:X86ELFObjectWriter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
376 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, function in class:PPCELFObjectWriter
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp184 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, function in class:__anon25871::ELFObjectWriter
186 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel);
862 unsigned Type = GetRelocType(Target, Fixup, IsPCRel);

Completed in 2531 milliseconds