/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 40 bool recordRelocation(const MCFixup &) const override; 87 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in ARMWinCOFFObjectWriter
|
D | ARMMachObjectWriter.cpp | 55 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 375 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64WinCOFFObjectWriter.cpp | 39 bool recordRelocation(const MCFixup &) const override; 116 bool AArch64WinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in AArch64WinCOFFObjectWriter
|
D | AArch64MachObjectWriter.cpp | 43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 151 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 43 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function
|
D | MCMachObjectWriter.h | 74 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 245 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
D | MCObjectWriter.h | 68 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | XCOFFObjectWriter.cpp | 175 void recordRelocation(MCAssembler &, const MCAsmLayout &, const MCFragment *, 351 void XCOFFObjectWriter::recordRelocation(MCAssembler &, const MCAsmLayout &, in recordRelocation() function in __anon950127840111::XCOFFObjectWriter
|
D | MCAssembler.cpp | 746 getWriter().recordRelocation(*this, Layout, &F, FixupAdd, TargetAdd, in handleFixup() 750 getWriter().recordRelocation(*this, Layout, &F, FixupSub, TargetSub, in handleFixup() 753 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, in handleFixup()
|
D | WinCOFFObjectWriter.cpp | 203 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 696 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFObjectWriter 824 if (TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation()
|
D | MachObjectWriter.cpp | 462 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter 473 TargetObjectWriter->recordRelocation(this, Asm, Layout, Fragment, Fixup, in recordRelocation()
|
D | ELFObjectWriter.cpp | 270 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 1419 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
|
D | WasmObjectWriter.cpp | 296 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, 425 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WasmObjectWriter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 42 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anonfa3a6c150111::PPCMachObjectWriter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 391 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anon7b4ee01e0111::X86MachObjectWriter
|