HomeSort by relevance Sort by last modified time
    Searched refs:GetRelocType (Results 1 - 7 of 7) 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/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 24 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
39 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 27 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 77 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 37 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
150 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 41 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
89 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 144 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
147 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel,
741 unsigned Type = GetRelocType(Target, Fixup, IsPCRel,
    [all...]

Completed in 1130 milliseconds