HomeSort by relevance Sort by last modified time
    Searched refs:GetRelocType (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUELFObjectWriter.cpp 22 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCObjectWriter.cpp 27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
82 unsigned SystemZObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
68 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
36 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 54 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
45 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
376 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 184 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
186 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel);
862 unsigned Type = GetRelocType(Target, Fixup, IsPCRel);
    [all...]

Completed in 290 milliseconds