/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFELFObjectWriter.cpp | 25 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 36 unsigned BPFELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in BPFELFObjectWriter
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonELFObjectWriter.cpp | 30 unsigned GetRelocType(MCValue const &Target, MCFixup const &Fixup, 40 unsigned HexagonELFObjectWriter::GetRelocType(MCValue const &/*Target*/, in GetRelocType() function in HexagonELFObjectWriter
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 109 unsigned SystemZObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in SystemZObjectWriter
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcELFObjectWriter.cpp | 32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 37 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in SparcELFObjectWriter
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
D | AMDGPUELFObjectWriter.cpp | 23 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, in GetRelocType() function in __anon7c19988d0111::AMDGPUELFObjectWriter
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in ARMELFObjectWriter
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 240 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in X86ELFObjectWriter
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFObjectWriter.cpp | 32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in AArch64ELFObjectWriter
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 28 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in PPCELFObjectWriter
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 70 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 47 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, 64 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() function in MipsELFObjectWriter
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 162 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, in GetRelocType() function in __anon4ed704dc0111::ELFObjectWriter 164 return TargetObjectWriter->GetRelocType(Target, Fixup, IsPCRel); in GetRelocType() 830 unsigned Type = GetRelocType(Target, Fixup, IsPCRel); in RecordRelocation()
|