/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 41 bool recordRelocation(const MCFixup &) const override; 88 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in ARMWinCOFFObjectWriter
|
D | ARMMachObjectWriter.cpp | 54 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 356 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
|
/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 __anon9141e2450111::ARMWinCOFFObjectWriter
|
D | ARMMachObjectWriter.cpp | 54 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 348 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64WinCOFFObjectWriter.cpp | 40 bool recordRelocation(const MCFixup &) const override; 117 bool AArch64WinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in AArch64WinCOFFObjectWriter
|
D | AArch64MachObjectWriter.cpp | 44 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 152 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter
|
/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 | 85 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 73 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 244 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
D | MCWinCOFFObjectWriter.h | 44 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function
|
D | MCObjectWriter.h | 69 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 __anonf2b05d4a0111::AMDGPUMCObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 736 getWriter().recordRelocation(*this, Layout, &F, FixupAdd, TargetAdd, in handleFixup() 740 getWriter().recordRelocation(*this, Layout, &F, FixupSub, TargetSub, in handleFixup() 743 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, in handleFixup()
|
D | WinCOFFObjectWriter.cpp | 201 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 706 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFObjectWriter 834 if (TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation()
|
D | MachObjectWriter.cpp | 452 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter 457 TargetObjectWriter->recordRelocation(this, Asm, Layout, Fragment, Fixup, in recordRelocation()
|
D | ELFObjectWriter.cpp | 269 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 1382 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 187 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 653 void WinCOFFObjectWriter::recordRelocation( in recordRelocation() function in WinCOFFObjectWriter 799 if (TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation()
|
D | MachObjectWriter.cpp | 435 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter 440 TargetObjectWriter->recordRelocation(this, Asm, Layout, Fragment, Fixup, in recordRelocation()
|
D | ELFObjectWriter.cpp | 185 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 622 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon3fe3f1cd0111::PPCMachObjectWriter
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon1c7b31750111::PPCMachObjectWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon326a49d60111::X86MachObjectWriter
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anona843f57e0111::X86MachObjectWriter
|