Home
last modified time | relevance | path

Searched refs:recordRelocation (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp39 bool recordRelocation(const MCFixup &) const override;
95 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const {
96 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { recordRelocation() function in ARMWinCOFFObjectWriter
H A DARMMachObjectWriter.cpp50 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
360 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation() function in ARMMachObjectWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h43 virtual bool recordRelocation(const MCFixup &) const { return true; } in recordRelocation() function
71 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
H A DMCSPIRVObjectWriter.h49 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation() function
H A DMCMachObjectWriter.h78 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
331 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
H A DMCObjectWriter.h76 virtual void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
H A DMCELFObjectWriter.h188 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp44 bool recordRelocation(const MCFixup &) const override;
160 bool AArch64WinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in AArch64WinCOFFObjectWriter
H A DAArch64MachObjectWriter.cpp43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
148 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp246 Asm.getWriter().recordRelocation(Asm, &AF, Fixup, Value, FixedValue); in shouldInsertFixupForCodeAlign()
504 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations()
505 Asm.getWriter().recordRelocation(Assembler, &F, FB, B, FixedValueB); in handleAddSubRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp619 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations()
620 Asm.getWriter().recordRelocation(Assembler, &F, FB, B, FixedValueB); in handleAddSubRelocations()
705 Asm.getWriter().recordRelocation(Asm, &AF, Fixup, NopBytes, FixedValue); in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp163 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
824 void WinCOFFWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFWriter
970 if (OWriter.TargetObjectWriter->recordRelocation(Fixup)) in recordRelocation()
1182 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WinCOFFObjectWriter
1188 ObjWriter->recordRelocation(Asm, Fragment, Fixup, Target, FixedValue); in recordRelocation()
H A DMCDXContainerWriter.cpp37 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation() function in __anona3e08e5b0111::DXContainerObjectWriter
H A DGOFFObjectWriter.cpp238 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment, in recordRelocation() function in __anonc8770be50111::GOFFObjectWriter
H A DMachObjectWriter.cpp506 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in MachObjectWriter
516 TargetObjectWriter->recordRelocation(this, Asm, Fragment, Fixup, Target, in recordRelocation()
H A DXCOFFObjectWriter.cpp354 void recordRelocation(MCAssembler &, const MCFragment *, const MCFixup &,
660 void XCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in __anon43032e790111::XCOFFObjectWriter
H A DWasmObjectWriter.cpp295 void recordRelocation(MCAssembler &Asm, const MCFragment *Fragment,
466 // in recordRelocation. in executePostLayoutBinding()
479 void WasmObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in WasmObjectWriter
1116 // should already be sorted since `recordRelocation` is called in offset in writeRelocSection()
H A DMCAssembler.cpp904 getWriter().recordRelocation(*this, &F, Fixup, Target, FixedValue); in handleFixup()
H A DELFObjectWriter.cpp1334 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() function in ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp55 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anond548eb730111::X86MachObjectWriter