/external/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 35 virtual bool recordRelocation(const MCFixup &) const { return true; }
|
MCMachObjectWriter.h | 65 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 231 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
MCObjectWriter.h | 84 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMWinCOFFObjectWriter.cpp | 35 bool recordRelocation(const MCFixup &) const override; 79 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const {
|
ARMMachObjectWriter.cpp | 54 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 348 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer,
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
AMDGPUAsmBackend.cpp | 29 virtual void RecordRelocation(const MCAssembler &Asm,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MachObjectWriter.cpp | 36 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 144 void AArch64MachObjectWriter::recordRelocation( 331 return recordRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
AMDGPUAsmBackend.cpp | 32 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 170 // but WinCOFFObjectWriter::RecordRelocation cannot emit them. Once it does,
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 186 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 648 void WinCOFFObjectWriter::recordRelocation( 790 if (TargetObjectWriter->recordRelocation(Fixup)) [all...] |
MachObjectWriter.cpp | 433 void MachObjectWriter::recordRelocation(MCAssembler &Asm, 438 TargetObjectWriter->recordRelocation(this, Asm, Layout, Fragment, Fixup, [all...] |
ELFObjectWriter.cpp | 182 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 613 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, [all...] |
MCAssembler.cpp | 442 // FIXME: This code has some duplication with recordRelocation. We should 882 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, IsPCRel, [all...] |
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
|