/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 35 bool recordRelocation(const MCFixup &) const override; 79 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in __anon547c867c0111::ARMWinCOFFObjectWriter
|
D | ARMMachObjectWriter.cpp | 54 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 348 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 36 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 144 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter 331 return recordRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 35 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function
|
D | MCMachObjectWriter.h | 65 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 231 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
D | MCObjectWriter.h | 84 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 32 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation() function in __anonb7cf94e10111::AMDGPUMCObjectWriter
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 186 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 648 void WinCOFFObjectWriter::recordRelocation( in recordRelocation() function in WinCOFFObjectWriter 790 if (TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation()
|
D | MachObjectWriter.cpp | 433 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter 438 TargetObjectWriter->recordRelocation(this, Asm, Layout, Fragment, Fixup, in recordRelocation()
|
D | ELFObjectWriter.cpp | 182 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 613 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
|
D | MCAssembler.cpp | 882 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, IsPCRel, in handleFixup()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon470a5c8c0111::PPCMachObjectWriter
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon6d632d150111::X86MachObjectWriter
|