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

  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyELFObjectWriter.cpp 28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned WebAssemblyELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFELFObjectWriter.cpp 25 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
36 unsigned BPFELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUELFObjectWriter.cpp 23 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,
109 unsigned SystemZObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcELFObjectWriter.cpp 32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 67 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/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonELFObjectWriter.cpp 31 unsigned GetRelocType(MCValue const &Target, MCFixup const &Fixup,
41 unsigned HexagonELFObjectWriter::GetRelocType(MCValue const & /*Target*/,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
243 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 47 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
64 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target,
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 132 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
134 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel);
685 unsigned Type = GetRelocType(Target, Fixup, IsPCRel);
    [all...]

Completed in 677 milliseconds