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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeELFObjectWriter.cpp 24 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
37 unsigned MBlazeELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 27 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
42 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 79 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 31 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 37 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
145 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 30 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
223 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 42 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
78 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 146 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
149 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
752 unsigned Type = GetRelocType(Target, Fixup, IsPCRel,
    [all...]

Completed in 300 milliseconds