Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp38 bool recordRelocation(const MCFixup &) const override;
94 bool ARMWinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in ARMWinCOFFObjectWriter
H A DARMMachObjectWriter.cpp51 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
356 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(const MCFragment &F, const MCFixup &Fixup,
H A DMCGOFFObjectWriter.h46 void recordRelocation(const MCFragment &F, const MCFixup &Fixup, in recordRelocation() function
H A DMCMachObjectWriter.h79 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
325 void recordRelocation(const MCFragment &F, const MCFixup &Fixup,
H A DMCObjectWriter.h82 virtual void recordRelocation(const MCFragment &F, const MCFixup &Fixup,
H A DMCELFObjectWriter.h176 void recordRelocation(const MCFragment &F, const MCFixup &Fixup,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp42 bool recordRelocation(const MCFixup &) const override;
156 bool AArch64WinCOFFObjectWriter::recordRelocation(const MCFixup &Fixup) const { in recordRelocation() function in AArch64WinCOFFObjectWriter
H A DAArch64MachObjectWriter.cpp43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
147 void AArch64MachObjectWriter::recordRelocation( in recordRelocation() function in AArch64MachObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp243 Asm.getWriter().recordRelocation(AF, Fixup, Value, FixedValue); in shouldInsertFixupForCodeAlign()
512 Asm->getWriter().recordRelocation(F, FA, A, FixedValueA); in addReloc()
513 Asm->getWriter().recordRelocation(F, FB, B, FixedValueB); in addReloc()
523 Asm->getWriter().recordRelocation(F, FA, MCValue::get(nullptr), in addReloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp792 Asm->getWriter().recordRelocation(F, VendorFixup, VendorTarget, VendorValue); in maybeAddVendorReloc()
848 Asm->getWriter().recordRelocation(F, FA, A, FixedValueA); in addReloc()
849 Asm->getWriter().recordRelocation(F, FB, B, FixedValueB); in addReloc()
869 Asm->getWriter().recordRelocation(F, Fixup, Target, FixedValue); in addReloc()
878 Asm->getWriter().recordRelocation(F, RelaxFixup, RelaxTarget, RelaxValue); in addReloc()
960 Asm.getWriter().recordRelocation(AF, Fixup, NopBytes, FixedValue); in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp33 void MCObjectWriter::recordRelocation(const MCFragment &F, const MCFixup &Fixup, in recordRelocation() function in MCObjectWriter
H A DMCAsmBackend.cpp120 Asm->getWriter().recordRelocation(F, Fixup, Target, Value); in maybeAddReloc()
H A DWinCOFFObjectWriter.cpp163 void recordRelocation(const MCFragment &F, const MCFixup &Fixup,
834 void WinCOFFWriter::recordRelocation(const MCFragment &F, const MCFixup &Fixup, in recordRelocation() function in WinCOFFWriter
973 if (OWriter.TargetObjectWriter->recordRelocation(Fixup)) { in recordRelocation()
1199 void WinCOFFObjectWriter::recordRelocation(const MCFragment &F, in recordRelocation() function in WinCOFFObjectWriter
1203 ObjWriter->recordRelocation(F, Fixup, Target, FixedValue); in recordRelocation()
H A DMachObjectWriter.cpp510 void MachObjectWriter::recordRelocation(const MCFragment &F, in recordRelocation() function in MachObjectWriter
519 TargetObjectWriter->recordRelocation(this, *Asm, &F, Fixup, Target, in recordRelocation()
H A DXCOFFObjectWriter.cpp352 void recordRelocation(const MCFragment &, const MCFixup &, MCValue,
658 void XCOFFWriter::recordRelocation(const MCFragment &F, const MCFixup &Fixup, in recordRelocation() function in __anon43032e790111::XCOFFWriter
H A DWasmObjectWriter.cpp294 void recordRelocation(const MCFragment &F, const MCFixup &Fixup,
477 void WasmObjectWriter::recordRelocation(const MCFragment &F, in recordRelocation() function in WasmObjectWriter
H A DELFObjectWriter.cpp1325 void ELFObjectWriter::recordRelocation(const MCFragment &F, in recordRelocation() function in ELFObjectWriter
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp87 Asm->getWriter().recordRelocation(F, Fixup, Target, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp79 Asm->getWriter().recordRelocation(F, Fixup, Target, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp85 Asm->getWriter().recordRelocation(F, Fixup, Target, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp199 Asm->getWriter().recordRelocation(F, Fixup, Target, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp383 Asm->getWriter().recordRelocation(F, Fixup, Target, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp56 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() function in __anond548eb730111::X86MachObjectWriter